#A20C0B

Color #A20C0B Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #A20C0B

Tints of Dark Red #A20C0B

Color information

#A20C0B (or 0xA20C0B) is unknown color: approx Dark Red. HEX triplet: A2, 0C and 0B. RGB value is (162,12,11). Sum of RGB (Red+Green+Blue) = 162+12+11=185 (24% of max value = 765). Red value is 162 (63.67% from 255 or 87.57% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20C0B is #5DF3F4. Grayscale: #383838. Windows color (decimal): -6157301 or 724130. OLE color: 724130.

HSL color Cylindrical-coordinate representation of color #A20C0B: hue angle of 0.4º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20C0B is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1621211-
CMYK00.930.930.36
HSL0.4º87.28%33.92%-
HSV(B)0.4º93.21%63.53%-
XYZ15.097.971.06-
YUV56.74102.2203.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 87.57%
GREEN value IS 12 (5.08% from 255) = 6.49%
BLUE value IS 11 (4.69% from 255) = 5.95%
R=87.57%
G=6.49%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162121100.930.930.360.487.2833.92
HexA2CB05D5D2405722
Octal2421413013513544012742
Binary101000101100101101011101101110110010001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20C0B; }

 p { color: rgb(162,12,11); }

 H1.HeaderClassName
 {
   color: #A20C0B;
 }
 .AnyTagClassName
 {
   color: #A20C0B;
 }
</style>
background-color css

<style>
 a { background-color: #A20C0B; }

 a { background-color: rgb(162,12,11); }

 div.DivClassName
 {
   background-color: #A20C0B;
 }
 .BgClassName
 {
   background-color: #A20C0B;
 }
</style>
border-color css

<style>
 span { border-color: #A20C0B; }

 span { border-color: rgb(162,12,11); }

 td.TdClassName
 {
   border-color: #A20C0B;
 }
 .TagClassName
 {
   border-color: #A20C0B;
 }
</style>