Shades of Dark Red #A00802
Tints of Dark Red #A00802
RGB
CMYK
RGB Variations
Color information
#A00802 (or 0xA00802) is known color: Dark Red. HEX triplet: A0, 08 and 02. RGB value is (160,8,2). Sum of RGB (Red+Green+Blue) = 160+8+2=170 (22% of max value = 765). Red value is 160 (62.89% from 255 or 94.12% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 160 - color contains mainly: red. Hex color #A00802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00802 is #5FF7FD. Grayscale: #343434. Windows color (decimal): -6289406 or 133280. OLE color: 133280.
HSL color Cylindrical-coordinate representation of color #A00802: hue angle of 2.28º 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 #A00802 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.37 |
| HSL | 2.28º | 0.98% | 0.32% | - |
| HSV(B) | 2.28º | 0.99% | 0.63% | - |
| XYZ | 14.6 | 7.65 | 0.77 | - |
| YUV | 52.76 | 99.36 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 2 | 0 | 0.95 | 0.99 | 0.37 | 2.28 | 0.98 | 0.32 |
| Hex | A0 | 8 | 2 | 0 | 5F | 63 | 25 | 2 | 62 | 20 |
| Octal | 240 | 10 | 2 | 0 | 137 | 143 | 45 | 2 | 142 | 40 |
| Binary | 10100000 | 1000 | 10 | 0 | 1011111 | 1100011 | 100101 | 10 | 1100010 | 100000 |
Color Harmonies of #A00802
Complementary color
Monochromatic Colors of #A00802
Black with #A00802
Text Example
Text Example
White with #A00802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00802; }
p { color: rgb(160,8,2); }
H1.HeaderClassName
{
color: #A00802;
}
.AnyTagClassName
{
color: #A00802;
}
</style>
background-color css
<style>
a { background-color: #A00802; }
a { background-color: rgb(160,8,2); }
div.DivClassName
{
background-color: #A00802;
}
.BgClassName
{
background-color: #A00802;
}
</style>
border-color css
<style>
span { border-color: #A00802; }
span { border-color: rgb(160,8,2); }
td.TdClassName
{
border-color: #A00802;
}
.TagClassName
{
border-color: #A00802;
}
</style>