Shades of Dark Red #A20E06
Tints of Dark Red #A20E06
RGB
CMYK
RGB Variations
Color information
#A20E06 (or 0xA20E06) is known color: Dark Red. HEX triplet: A2, 0E and 06. RGB value is (162,14,6). Sum of RGB (Red+Green+Blue) = 162+14+6=182 (24% of max value = 765). Red value is 162 (63.67% from 255 or 89.01% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20E06 is #5DF1F9. Grayscale: #393939. Windows color (decimal): -6156794 or 396962. OLE color: 396962.
HSL color Cylindrical-coordinate representation of color #A20E06: hue angle of 3.08º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20E06 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 6 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.36 |
| HSL | 3.08º | 0.93% | 0.33% | - |
| HSV(B) | 3.08º | 0.96% | 0.64% | - |
| XYZ | 15.09 | 8.01 | 0.92 | - |
| YUV | 57.34 | 99.03 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 6 | 0 | 0.91 | 0.96 | 0.36 | 3.08 | 0.93 | 0.33 |
| Hex | A2 | E | 6 | 0 | 5B | 60 | 24 | 3 | 5D | 21 |
| Octal | 242 | 16 | 6 | 0 | 133 | 140 | 44 | 3 | 135 | 41 |
| Binary | 10100010 | 1110 | 110 | 0 | 1011011 | 1100000 | 100100 | 11 | 1011101 | 100001 |
Color Harmonies of #A20E06
Complementary color
Monochromatic Colors of #A20E06
Black with #A20E06
Text Example
Text Example
White with #A20E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E06; }
p { color: rgb(162,14,6); }
H1.HeaderClassName
{
color: #A20E06;
}
.AnyTagClassName
{
color: #A20E06;
}
</style>
background-color css
<style>
a { background-color: #A20E06; }
a { background-color: rgb(162,14,6); }
div.DivClassName
{
background-color: #A20E06;
}
.BgClassName
{
background-color: #A20E06;
}
</style>
border-color css
<style>
span { border-color: #A20E06; }
span { border-color: rgb(162,14,6); }
td.TdClassName
{
border-color: #A20E06;
}
.TagClassName
{
border-color: #A20E06;
}
</style>