#A20E08

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

Shades of Dark Red #A20E08

Tints of Dark Red #A20E08

Color information

#A20E08 (or 0xA20E08) is unknown color: approx Dark Red. HEX triplet: A2, 0E and 08. RGB value is (162,14,8). Sum of RGB (Red+Green+Blue) = 162+14+8=184 (24% of max value = 765). Red value is 162 (63.67% from 255 or 88.04% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20E08 is #5DF1F7. Grayscale: #393939. Windows color (decimal): -6156792 or 528034. OLE color: 528034.

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

Color convert

RGB162148-
CMYK00.910.950.36
HSL2.34º90.59%33.33%-
HSV(B)2.34º95.06%63.53%-
XYZ15.18.010.98-
YUV57.57100.03202.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 88.04%
GREEN value IS 14 (5.86% from 255) = 7.61%
BLUE value IS 8 (3.52% from 255) = 4.35%
R=88.04%
G=7.61%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214800.910.950.362.3490.5933.33
HexA2E805B5F2425b21
Octal2421610013313744213341
Binary1010001011101000010110111011111100100101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E08; }

 p { color: rgb(162,14,8); }

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

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

 a { background-color: rgb(162,14,8); }

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

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

 span { border-color: rgb(162,14,8); }

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