Shades of Dark Red #A20C02
Tints of Dark Red #A20C02
RGB
CMYK
RGB Variations
Color information
#A20C02 (or 0xA20C02) is known color: Dark Red. HEX triplet: A2, 0C and 02. RGB value is (162,12,2). Sum of RGB (Red+Green+Blue) = 162+12+2=176 (23% of max value = 765). Red value is 162 (63.67% from 255 or 92.05% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20C02 is #5DF3FD. Grayscale: #373737. Windows color (decimal): -6157310 or 134306. OLE color: 134306.
HSL color Cylindrical-coordinate representation of color #A20C02: hue angle of 3.75º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20C02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 12 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.36 |
| HSL | 3.75º | 0.98% | 0.32% | - |
| HSV(B) | 3.75º | 0.99% | 0.64% | - |
| XYZ | 15.04 | 7.95 | 0.8 | - |
| YUV | 55.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 2 | 0 | 0.93 | 0.99 | 0.36 | 3.75 | 0.98 | 0.32 |
| Hex | A2 | C | 2 | 0 | 5D | 63 | 24 | 4 | 62 | 20 |
| Octal | 242 | 14 | 2 | 0 | 135 | 143 | 44 | 4 | 142 | 40 |
| Binary | 10100010 | 1100 | 10 | 0 | 1011101 | 1100011 | 100100 | 100 | 1100010 | 100000 |
Color Harmonies of #A20C02
Complementary color
Monochromatic Colors of #A20C02
Black with #A20C02
Text Example
Text Example
White with #A20C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20C02; }
p { color: rgb(162,12,2); }
H1.HeaderClassName
{
color: #A20C02;
}
.AnyTagClassName
{
color: #A20C02;
}
</style>
background-color css
<style>
a { background-color: #A20C02; }
a { background-color: rgb(162,12,2); }
div.DivClassName
{
background-color: #A20C02;
}
.BgClassName
{
background-color: #A20C02;
}
</style>
border-color css
<style>
span { border-color: #A20C02; }
span { border-color: rgb(162,12,2); }
td.TdClassName
{
border-color: #A20C02;
}
.TagClassName
{
border-color: #A20C02;
}
</style>