Shades of Dark Red #A20A08
Tints of Dark Red #A20A08
RGB
CMYK
RGB Variations
Color information
#A20A08 (or 0xA20A08) is known color: Dark Red. HEX triplet: A2, 0A and 08. RGB value is (162,10,8). Sum of RGB (Red+Green+Blue) = 162+10+8=180 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20A08 is #5DF5F7. Grayscale: #373737. Windows color (decimal): -6157816 or 527010. OLE color: 527010.
HSL color Cylindrical-coordinate representation of color #A20A08: hue angle of 0.78º 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 #A20A08 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 8 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.36 |
| HSL | 0.78º | 0.91% | 0.33% | - |
| HSV(B) | 0.78º | 0.95% | 0.64% | - |
| XYZ | 15.05 | 7.92 | 0.96 | - |
| YUV | 55.22 | 101.36 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 8 | 0 | 0.94 | 0.95 | 0.36 | 0.78 | 0.91 | 0.33 |
| Hex | A2 | A | 8 | 0 | 5E | 5F | 24 | 1 | 5B | 21 |
| Octal | 242 | 12 | 10 | 0 | 136 | 137 | 44 | 1 | 133 | 41 |
| Binary | 10100010 | 1010 | 1000 | 0 | 1011110 | 1011111 | 100100 | 1 | 1011011 | 100001 |
Color Harmonies of #A20A08
Complementary color
Monochromatic Colors of #A20A08
Black with #A20A08
Text Example
Text Example
White with #A20A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A08; }
p { color: rgb(162,10,8); }
H1.HeaderClassName
{
color: #A20A08;
}
.AnyTagClassName
{
color: #A20A08;
}
</style>
background-color css
<style>
a { background-color: #A20A08; }
a { background-color: rgb(162,10,8); }
div.DivClassName
{
background-color: #A20A08;
}
.BgClassName
{
background-color: #A20A08;
}
</style>
border-color css
<style>
span { border-color: #A20A08; }
span { border-color: rgb(162,10,8); }
td.TdClassName
{
border-color: #A20A08;
}
.TagClassName
{
border-color: #A20A08;
}
</style>