Shades of Dark Red #A00C05
Tints of Dark Red #A00C05
RGB
CMYK
RGB Variations
Color information
#A00C05 (or 0xA00C05) is known color: Dark Red. HEX triplet: A0, 0C and 05. RGB value is (160,12,5). Sum of RGB (Red+Green+Blue) = 160+12+5=177 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.40% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00C05 is #5FF3FA. Grayscale: #373737. Windows color (decimal): -6288379 or 330912. OLE color: 330912.
HSL color Cylindrical-coordinate representation of color #A00C05: hue angle of 2.71º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00C05 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 5 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.37 |
| HSL | 2.71º | 0.94% | 0.32% | - |
| HSV(B) | 2.71º | 0.97% | 0.63% | - |
| XYZ | 14.66 | 7.75 | 0.87 | - |
| YUV | 55.45 | 99.53 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 5 | 0 | 0.93 | 0.97 | 0.37 | 2.71 | 0.94 | 0.32 |
| Hex | A0 | C | 5 | 0 | 5D | 61 | 25 | 3 | 5E | 20 |
| Octal | 240 | 14 | 5 | 0 | 135 | 141 | 45 | 3 | 136 | 40 |
| Binary | 10100000 | 1100 | 101 | 0 | 1011101 | 1100001 | 100101 | 11 | 1011110 | 100000 |
Color Harmonies of #A00C05
Complementary color
Monochromatic Colors of #A00C05
Black with #A00C05
Text Example
Text Example
White with #A00C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00C05; }
p { color: rgb(160,12,5); }
H1.HeaderClassName
{
color: #A00C05;
}
.AnyTagClassName
{
color: #A00C05;
}
</style>
background-color css
<style>
a { background-color: #A00C05; }
a { background-color: rgb(160,12,5); }
div.DivClassName
{
background-color: #A00C05;
}
.BgClassName
{
background-color: #A00C05;
}
</style>
border-color css
<style>
span { border-color: #A00C05; }
span { border-color: rgb(160,12,5); }
td.TdClassName
{
border-color: #A00C05;
}
.TagClassName
{
border-color: #A00C05;
}
</style>