Shades of Dark Red #A20D08
Tints of Dark Red #A20D08
RGB
CMYK
RGB Variations
Color information
#A20D08 (or 0xA20D08) is known color: Dark Red. HEX triplet: A2, 0D and 08. RGB value is (162,13,8). Sum of RGB (Red+Green+Blue) = 162+13+8=183 (24% of max value = 765). Red value is 162 (63.67% from 255 or 88.52% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20D08 is #5DF2F7. Grayscale: #393939. Windows color (decimal): -6157048 or 527778. OLE color: 527778.
HSL color Cylindrical-coordinate representation of color #A20D08: hue angle of 1.95º 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 #A20D08 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 8 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.36 |
| HSL | 1.95º | 0.91% | 0.33% | - |
| HSV(B) | 1.95º | 0.95% | 0.64% | - |
| XYZ | 15.09 | 7.99 | 0.98 | - |
| YUV | 56.98 | 100.36 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 8 | 0 | 0.92 | 0.95 | 0.36 | 1.95 | 0.91 | 0.33 |
| Hex | A2 | D | 8 | 0 | 5C | 5F | 24 | 2 | 5B | 21 |
| Octal | 242 | 15 | 10 | 0 | 134 | 137 | 44 | 2 | 133 | 41 |
| Binary | 10100010 | 1101 | 1000 | 0 | 1011100 | 1011111 | 100100 | 10 | 1011011 | 100001 |
Color Harmonies of #A20D08
Complementary color
Monochromatic Colors of #A20D08
Black with #A20D08
Text Example
Text Example
White with #A20D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D08; }
p { color: rgb(162,13,8); }
H1.HeaderClassName
{
color: #A20D08;
}
.AnyTagClassName
{
color: #A20D08;
}
</style>
background-color css
<style>
a { background-color: #A20D08; }
a { background-color: rgb(162,13,8); }
div.DivClassName
{
background-color: #A20D08;
}
.BgClassName
{
background-color: #A20D08;
}
</style>
border-color css
<style>
span { border-color: #A20D08; }
span { border-color: rgb(162,13,8); }
td.TdClassName
{
border-color: #A20D08;
}
.TagClassName
{
border-color: #A20D08;
}
</style>