Shades of Dark Red #A00D02
Tints of Dark Red #A00D02
RGB
CMYK
RGB Variations
Color information
#A00D02 (or 0xA00D02) is known color: Dark Red. HEX triplet: A0, 0D and 02. RGB value is (160,13,2). Sum of RGB (Red+Green+Blue) = 160+13+2=175 (23% of max value = 765). Red value is 160 (62.89% from 255 or 91.43% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00D02 is #5FF2FD. Grayscale: #373737. Windows color (decimal): -6288126 or 134560. OLE color: 134560.
HSL color Cylindrical-coordinate representation of color #A00D02: hue angle of 4.18º 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 #A00D02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 13 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.37 |
| HSL | 4.18º | 0.98% | 0.32% | - |
| HSV(B) | 4.18º | 0.99% | 0.63% | - |
| XYZ | 14.65 | 7.77 | 0.78 | - |
| YUV | 55.7 | 97.7 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 2 | 0 | 0.92 | 0.99 | 0.37 | 4.18 | 0.98 | 0.32 |
| Hex | A0 | D | 2 | 0 | 5C | 63 | 25 | 4 | 62 | 20 |
| Octal | 240 | 15 | 2 | 0 | 134 | 143 | 45 | 4 | 142 | 40 |
| Binary | 10100000 | 1101 | 10 | 0 | 1011100 | 1100011 | 100101 | 100 | 1100010 | 100000 |
Color Harmonies of #A00D02
Complementary color
Monochromatic Colors of #A00D02
Black with #A00D02
Text Example
Text Example
White with #A00D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00D02; }
p { color: rgb(160,13,2); }
H1.HeaderClassName
{
color: #A00D02;
}
.AnyTagClassName
{
color: #A00D02;
}
</style>
background-color css
<style>
a { background-color: #A00D02; }
a { background-color: rgb(160,13,2); }
div.DivClassName
{
background-color: #A00D02;
}
.BgClassName
{
background-color: #A00D02;
}
</style>
border-color css
<style>
span { border-color: #A00D02; }
span { border-color: rgb(160,13,2); }
td.TdClassName
{
border-color: #A00D02;
}
.TagClassName
{
border-color: #A00D02;
}
</style>