Shades of Dark Red #A00701
Tints of Dark Red #A00701
RGB
CMYK
RGB Variations
Color information
#A00701 (or 0xA00701) is known color: Dark Red. HEX triplet: A0, 07 and 01. RGB value is (160,7,1). Sum of RGB (Red+Green+Blue) = 160+7+1=168 (22% of max value = 765). Red value is 160 (62.89% from 255 or 95.24% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 160 - color contains mainly: red. Hex color #A00701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00701 is #5FF8FE. Grayscale: #343434. Windows color (decimal): -6289663 or 67488. OLE color: 67488.
HSL color Cylindrical-coordinate representation of color #A00701: hue angle of 2.26º 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 #A00701 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 1 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.37 |
| HSL | 2.26º | 0.99% | 0.32% | - |
| HSV(B) | 2.26º | 0.99% | 0.63% | - |
| XYZ | 14.58 | 7.63 | 0.73 | - |
| YUV | 52.06 | 99.19 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 1 | 0 | 0.96 | 0.99 | 0.37 | 2.26 | 0.99 | 0.32 |
| Hex | A0 | 7 | 1 | 0 | 60 | 63 | 25 | 2 | 63 | 20 |
| Octal | 240 | 7 | 1 | 0 | 140 | 143 | 45 | 2 | 143 | 40 |
| Binary | 10100000 | 111 | 1 | 0 | 1100000 | 1100011 | 100101 | 10 | 1100011 | 100000 |
Color Harmonies of #A00701
Complementary color
Monochromatic Colors of #A00701
Black with #A00701
Text Example
Text Example
White with #A00701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00701; }
p { color: rgb(160,7,1); }
H1.HeaderClassName
{
color: #A00701;
}
.AnyTagClassName
{
color: #A00701;
}
</style>
background-color css
<style>
a { background-color: #A00701; }
a { background-color: rgb(160,7,1); }
div.DivClassName
{
background-color: #A00701;
}
.BgClassName
{
background-color: #A00701;
}
</style>
border-color css
<style>
span { border-color: #A00701; }
span { border-color: rgb(160,7,1); }
td.TdClassName
{
border-color: #A00701;
}
.TagClassName
{
border-color: #A00701;
}
</style>