Shades of Dark Red #A10700
Tints of Dark Red #A10700
RGB
CMYK
RGB Variations
Color information
#A10700 (or 0xA10700) is known color: Dark Red. HEX triplet: A1, 07 and 00. RGB value is (161,7,0). Sum of RGB (Red+Green+Blue) = 161+7+0=168 (22% of max value = 765). Red value is 161 (63.28% from 255 or 95.83% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 161 - color contains mainly: red. Hex color #A10700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10700 is #5EF8FF. Grayscale: #343434. Windows color (decimal): -6224128 or 1953. OLE color: 1953.
HSL color Cylindrical-coordinate representation of color #A10700: hue angle of 2.61º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A10700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.37 |
| HSL | 2.61º | 1% | 0.32% | - |
| HSV(B) | 2.61º | 1% | 0.63% | - |
| XYZ | 14.77 | 7.73 | 0.71 | - |
| YUV | 52.25 | 98.52 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 0 | 0 | 0.96 | 1 | 0.37 | 2.61 | 1 | 0.32 |
| Hex | A1 | 7 | 0 | 0 | 60 | 64 | 25 | 3 | 64 | 20 |
| Octal | 241 | 7 | 0 | 0 | 140 | 144 | 45 | 3 | 144 | 40 |
| Binary | 10100001 | 111 | 0 | 0 | 1100000 | 1100100 | 100101 | 11 | 1100100 | 100000 |
Color Harmonies of #A10700
Complementary color
Monochromatic Colors of #A10700
Black with #A10700
Text Example
Text Example
White with #A10700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10700; }
p { color: rgb(161,7,0); }
H1.HeaderClassName
{
color: #A10700;
}
.AnyTagClassName
{
color: #A10700;
}
</style>
background-color css
<style>
a { background-color: #A10700; }
a { background-color: rgb(161,7,0); }
div.DivClassName
{
background-color: #A10700;
}
.BgClassName
{
background-color: #A10700;
}
</style>
border-color css
<style>
span { border-color: #A10700; }
span { border-color: rgb(161,7,0); }
td.TdClassName
{
border-color: #A10700;
}
.TagClassName
{
border-color: #A10700;
}
</style>