Shades of Dark Red #A00502
Tints of Dark Red #A00502
RGB
CMYK
RGB Variations
Color information
#A00502 (or 0xA00502) is known color: Dark Red. HEX triplet: A0, 05 and 02. RGB value is (160,5,2). Sum of RGB (Red+Green+Blue) = 160+5+2=167 (22% of max value = 765). Red value is 160 (62.89% from 255 or 95.81% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 160 - color contains mainly: red. Hex color #A00502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00502 is #5FFAFD. Grayscale: #333333. Windows color (decimal): -6290174 or 132512. OLE color: 132512.
HSL color Cylindrical-coordinate representation of color #A00502: hue angle of 1.14º 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 #A00502 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.37 |
| HSL | 1.14º | 0.98% | 0.32% | - |
| HSV(B) | 1.14º | 0.99% | 0.63% | - |
| XYZ | 14.56 | 7.59 | 0.75 | - |
| YUV | 51 | 100.35 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 2 | 0 | 0.97 | 0.99 | 0.37 | 1.14 | 0.98 | 0.32 |
| Hex | A0 | 5 | 2 | 0 | 61 | 63 | 25 | 1 | 62 | 20 |
| Octal | 240 | 5 | 2 | 0 | 141 | 143 | 45 | 1 | 142 | 40 |
| Binary | 10100000 | 101 | 10 | 0 | 1100001 | 1100011 | 100101 | 1 | 1100010 | 100000 |
Color Harmonies of #A00502
Complementary color
Monochromatic Colors of #A00502
Black with #A00502
Text Example
Text Example
White with #A00502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00502; }
p { color: rgb(160,5,2); }
H1.HeaderClassName
{
color: #A00502;
}
.AnyTagClassName
{
color: #A00502;
}
</style>
background-color css
<style>
a { background-color: #A00502; }
a { background-color: rgb(160,5,2); }
div.DivClassName
{
background-color: #A00502;
}
.BgClassName
{
background-color: #A00502;
}
</style>
border-color css
<style>
span { border-color: #A00502; }
span { border-color: rgb(160,5,2); }
td.TdClassName
{
border-color: #A00502;
}
.TagClassName
{
border-color: #A00502;
}
</style>