Shades of Dark Red #A00C02
Tints of Dark Red #A00C02
RGB
CMYK
RGB Variations
Color information
#A00C02 (or 0xA00C02) is known color: Dark Red. HEX triplet: A0, 0C and 02. RGB value is (160,12,2). Sum of RGB (Red+Green+Blue) = 160+12+2=174 (23% of max value = 765). Red value is 160 (62.89% from 255 or 91.95% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00C02 is #5FF3FD. Grayscale: #373737. Windows color (decimal): -6288382 or 134304. OLE color: 134304.
HSL color Cylindrical-coordinate representation of color #A00C02: hue angle of 3.8º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00C02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.37 |
| HSL | 3.8º | 0.98% | 0.32% | - |
| HSV(B) | 3.8º | 0.99% | 0.63% | - |
| XYZ | 14.64 | 7.74 | 0.78 | - |
| YUV | 55.11 | 98.03 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 2 | 0 | 0.93 | 0.99 | 0.37 | 3.8 | 0.98 | 0.32 |
| Hex | A0 | C | 2 | 0 | 5D | 63 | 25 | 4 | 62 | 20 |
| Octal | 240 | 14 | 2 | 0 | 135 | 143 | 45 | 4 | 142 | 40 |
| Binary | 10100000 | 1100 | 10 | 0 | 1011101 | 1100011 | 100101 | 100 | 1100010 | 100000 |
Color Harmonies of #A00C02
Complementary color
Monochromatic Colors of #A00C02
Black with #A00C02
Text Example
Text Example
White with #A00C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00C02; }
p { color: rgb(160,12,2); }
H1.HeaderClassName
{
color: #A00C02;
}
.AnyTagClassName
{
color: #A00C02;
}
</style>
background-color css
<style>
a { background-color: #A00C02; }
a { background-color: rgb(160,12,2); }
div.DivClassName
{
background-color: #A00C02;
}
.BgClassName
{
background-color: #A00C02;
}
</style>
border-color css
<style>
span { border-color: #A00C02; }
span { border-color: rgb(160,12,2); }
td.TdClassName
{
border-color: #A00C02;
}
.TagClassName
{
border-color: #A00C02;
}
</style>