Shades of Dark Red #A10901
Tints of Dark Red #A10901
RGB
CMYK
RGB Variations
Color information
#A10901 (or 0xA10901) is known color: Dark Red. HEX triplet: A1, 09 and 01. RGB value is (161,9,1). Sum of RGB (Red+Green+Blue) = 161+9+1=171 (22% of max value = 765). Red value is 161 (63.28% from 255 or 94.15% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 161 - color contains mainly: red. Hex color #A10901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10901 is #5EF6FE. Grayscale: #353535. Windows color (decimal): -6223615 or 68001. OLE color: 68001.
HSL color Cylindrical-coordinate representation of color #A10901: hue angle of 3º 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 #A10901 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 9 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.37 |
| HSL | 3º | 0.99% | 0.32% | - |
| HSV(B) | 3º | 0.99% | 0.63% | - |
| XYZ | 14.8 | 7.77 | 0.75 | - |
| YUV | 53.54 | 98.36 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 1 | 0 | 0.94 | 0.99 | 0.37 | 3 | 0.99 | 0.32 |
| Hex | A1 | 9 | 1 | 0 | 5E | 63 | 25 | 3 | 63 | 20 |
| Octal | 241 | 11 | 1 | 0 | 136 | 143 | 45 | 3 | 143 | 40 |
| Binary | 10100001 | 1001 | 1 | 0 | 1011110 | 1100011 | 100101 | 11 | 1100011 | 100000 |
Color Harmonies of #A10901
Complementary color
Monochromatic Colors of #A10901
Black with #A10901
Text Example
Text Example
White with #A10901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10901; }
p { color: rgb(161,9,1); }
H1.HeaderClassName
{
color: #A10901;
}
.AnyTagClassName
{
color: #A10901;
}
</style>
background-color css
<style>
a { background-color: #A10901; }
a { background-color: rgb(161,9,1); }
div.DivClassName
{
background-color: #A10901;
}
.BgClassName
{
background-color: #A10901;
}
</style>
border-color css
<style>
span { border-color: #A10901; }
span { border-color: rgb(161,9,1); }
td.TdClassName
{
border-color: #A10901;
}
.TagClassName
{
border-color: #A10901;
}
</style>