Color Hex Logo

#a20912 Color Hex

#A20912
(162,9,18)
0 Favorites   0 Comments

Color spaces of #a20912

RGB 162918
HSL0.990.890.34
HSV356°94°64°
CMYK 0.000.940.89   0.36
XYZ15.10727.92041.3048
Yxy7.92040.62090.3255
Hunter Lab28.143246.567716.9514
CIE-Lab33.816656.117040.1230

#a20912 color RGB value is (162,9,18).

#a20912 hex color red value is 162, green value is 9 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #a20912 hue: 0.99 , saturation: 0.89 and the lightness value of a20912 is 0.34.

The process color (four color CMYK) of #a20912 color hex is 0.00, 0.94, 0.89, 0.36. Web safe color of #a20912 is #990000. Color #a20912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001001 00010010
Octal 242 11 22
Decimal 162 9 18
Hex A2 9 12

RGB Percentages of Color #a20912

%85.71
%4.76
%9.52

CMYK Percentages of Color #a20912

%0
%94
%89
%36

Triadic Colors of #a20912

#a20912 #12a209 #0912a2

Analogous Colors of #a20912

#a20912 #a24d09 #a2095e

Monochromatic Colors of #a20912

#a20912

Complementary Color

#a20912 #09a299

#a20912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20912 Color CSS Codes

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

#a20912 Text Font Color

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

This sample text font color is #a20912
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.


#a20912 Background Color

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

This div background color is #a20912


#a20912 Border Color

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

This div border color is #a20912


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,9,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a20912; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a20912;
  -webkit-box-shadow: 1px 1px 3px 2px #a20912;
  box-shadow:         1px 1px 3px 2px #a20912; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20912


Comments

No comments written yet.

Please login to write comment.