#A20D0B

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

Shades of Dark Red #A20D0B

Tints of Dark Red #A20D0B

Color information

#A20D0B (or 0xA20D0B) is unknown color: approx Dark Red. HEX triplet: A2, 0D and 0B. RGB value is (162,13,11). Sum of RGB (Red+Green+Blue) = 162+13+11=186 (24% of max value = 765). Red value is 162 (63.67% from 255 or 87.10% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20D0B is #5DF2F4. Grayscale: #393939. Windows color (decimal): -6157045 or 724386. OLE color: 724386.

HSL color Cylindrical-coordinate representation of color #A20D0B: hue angle of 0.79º 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 #A20D0B is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1621311-
CMYK00.920.930.36
HSL0.79º87.28%33.92%-
HSV(B)0.79º93.21%63.53%-
XYZ15.17.991.06-
YUV57.32101.86202.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 87.10%
GREEN value IS 13 (5.47% from 255) = 6.99%
BLUE value IS 11 (4.69% from 255) = 5.91%
R=87.10%
G=6.99%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162131100.920.930.360.7987.2833.92
HexA2DB05C5D2415722
Octal2421513013413544112742
Binary101000101101101101011100101110110010011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20D0B; }

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

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

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

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

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

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

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

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