Shades of Dark Red #A00501
Tints of Dark Red #A00501
RGB
CMYK
RGB Variations
Color information
#A00501 (or 0xA00501) is known color: Dark Red. HEX triplet: A0, 05 and 01. RGB value is (160,5,1). Sum of RGB (Red+Green+Blue) = 160+5+1=166 (21% of max value = 765). Red value is 160 (62.89% from 255 or 96.39% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 160 - color contains mainly: red. Hex color #A00501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00501 is #5FFAFE. Grayscale: #333333. Windows color (decimal): -6290175 or 66976. OLE color: 66976.
HSL color Cylindrical-coordinate representation of color #A00501: hue angle of 1.51º degrees, saturation: 0.99, 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 #A00501 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.37 |
| HSL | 1.51º | 0.99% | 0.32% | - |
| HSV(B) | 1.51º | 0.99% | 0.63% | - |
| XYZ | 14.56 | 7.58 | 0.73 | - |
| YUV | 50.89 | 99.85 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 1 | 0 | 0.97 | 0.99 | 0.37 | 1.51 | 0.99 | 0.32 |
| Hex | A0 | 5 | 1 | 0 | 61 | 63 | 25 | 2 | 63 | 20 |
| Octal | 240 | 5 | 1 | 0 | 141 | 143 | 45 | 2 | 143 | 40 |
| Binary | 10100000 | 101 | 1 | 0 | 1100001 | 1100011 | 100101 | 10 | 1100011 | 100000 |
Color Harmonies of #A00501
Complementary color
Monochromatic Colors of #A00501
Black with #A00501
Text Example
Text Example
White with #A00501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00501; }
p { color: rgb(160,5,1); }
H1.HeaderClassName
{
color: #A00501;
}
.AnyTagClassName
{
color: #A00501;
}
</style>
background-color css
<style>
a { background-color: #A00501; }
a { background-color: rgb(160,5,1); }
div.DivClassName
{
background-color: #A00501;
}
.BgClassName
{
background-color: #A00501;
}
</style>
border-color css
<style>
span { border-color: #A00501; }
span { border-color: rgb(160,5,1); }
td.TdClassName
{
border-color: #A00501;
}
.TagClassName
{
border-color: #A00501;
}
</style>