Shades of Dark Red #A00700
Tints of Dark Red #A00700
RGB
CMYK
RGB Variations
Color information
#A00700 (or 0xA00700) is known color: Dark Red. HEX triplet: A0, 07 and 00. RGB value is (160,7,0). Sum of RGB (Red+Green+Blue) = 160+7+0=167 (22% of max value = 765). Red value is 160 (62.89% from 255 or 95.81% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 160 - color contains mainly: red. Hex color #A00700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00700 is #5FF8FF. Grayscale: #343434. Windows color (decimal): -6289664 or 1952. OLE color: 1952.
HSL color Cylindrical-coordinate representation of color #A00700: hue angle of 2.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.37 |
| HSL | 2.63º | 1% | 0.31% | - |
| HSV(B) | 2.63º | 1% | 0.63% | - |
| XYZ | 14.57 | 7.63 | 0.7 | - |
| YUV | 51.95 | 98.69 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 0 | 0 | 0.96 | 1 | 0.37 | 2.63 | 1 | 0.31 |
| Hex | A0 | 7 | 0 | 0 | 60 | 64 | 25 | 3 | 64 | 1F |
| Octal | 240 | 7 | 0 | 0 | 140 | 144 | 45 | 3 | 144 | 37 |
| Binary | 10100000 | 111 | 0 | 0 | 1100000 | 1100100 | 100101 | 11 | 1100100 | 11111 |
Color Harmonies of #A00700
Complementary color
Monochromatic Colors of #A00700
Black with #A00700
Text Example
Text Example
White with #A00700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00700; }
p { color: rgb(160,7,0); }
H1.HeaderClassName
{
color: #A00700;
}
.AnyTagClassName
{
color: #A00700;
}
</style>
background-color css
<style>
a { background-color: #A00700; }
a { background-color: rgb(160,7,0); }
div.DivClassName
{
background-color: #A00700;
}
.BgClassName
{
background-color: #A00700;
}
</style>
border-color css
<style>
span { border-color: #A00700; }
span { border-color: rgb(160,7,0); }
td.TdClassName
{
border-color: #A00700;
}
.TagClassName
{
border-color: #A00700;
}
</style>