Color Hex Logo

#a0021e Color Hex

#A0021E
(160,2,30)
0 Favorites   0 Comments

Color spaces of #a0021e

RGB 160230
HSL0.970.980.32
HSV349°99°63°
CMYK 0.000.990.81   0.37
XYZ14.75337.61071.9197
Yxy7.61070.60750.3134
Hunter Lab27.587547.180515.1855
CIE-Lab33.158656.821432.7022

#a0021e color RGB value is (160,2,30).

#a0021e hex color red value is 160, green value is 2 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #a0021e hue: 0.97 , saturation: 0.98 and the lightness value of a0021e is 0.32.

The process color (four color CMYK) of #a0021e color hex is 0.00, 0.99, 0.81, 0.37. Web safe color of #a0021e is #990033. Color #a0021e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000010 00011110
Octal 240 2 36
Decimal 160 2 30
Hex A0 2 1E

RGB Percentages of Color #a0021e

%83.33
%1.04
%15.63

CMYK Percentages of Color #a0021e

%0
%99
%81
%37

Triadic Colors of #a0021e

#a0021e #1ea002 #021ea0

Analogous Colors of #a0021e

#a0021e #a03502 #a0026d

Monochromatic Colors of #a0021e

#a0021e

Complementary Color

#a0021e #02a084

#a0021e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0021e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0021e Color CSS Codes

.mybgcolor {background-color:#a0021e; } 
.myforecolor {color:#a0021e; }
.mybordercolor {border:3px solid #a0021e; }

#a0021e Text Font Color

<p style="color:#a0021e">Text here</p>

This sample text font color is #a0021e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a0021e Background Color

<div style="background-color:#a0021e">
Div content here</div>

This div background color is #a0021e


#a0021e Border Color

<div style="border:3px solid #a0021e">
Div here</div>

This div border color is #a0021e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,2,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0021e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0021e;
  -webkit-box-shadow: 1px 1px 3px 2px #a0021e;
  box-shadow:         1px 1px 3px 2px #a0021e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,2,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a0021e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a0021e;
  -webkit-box-shadow: 1px 1px 3px 2px #a0021e;
  box-shadow:         1px 1px 3px 2px #a0021e;">
Div content here</div>

This div box has shadow with color #a0021e


Comments

No comments written yet.

Please login to write comment.