Shades of Dark Red #A10902
Tints of Dark Red #A10902
RGB
CMYK
RGB Variations
Color information
#A10902 (or 0xA10902) is known color: Dark Red. HEX triplet: A1, 09 and 02. RGB value is (161,9,2). Sum of RGB (Red+Green+Blue) = 161+9+2=172 (22% of max value = 765). Red value is 161 (63.28% from 255 or 93.60% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 161 - color contains mainly: red. Hex color #A10902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10902 is #5EF6FD. Grayscale: #353535. Windows color (decimal): -6223614 or 133537. OLE color: 133537.
HSL color Cylindrical-coordinate representation of color #A10902: hue angle of 2.64º degrees, saturation: 0.98, 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 #A10902 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 9 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.37 |
| HSL | 2.64º | 0.98% | 0.32% | - |
| HSV(B) | 2.64º | 0.99% | 0.63% | - |
| XYZ | 14.81 | 7.78 | 0.78 | - |
| YUV | 53.65 | 98.86 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 2 | 0 | 0.94 | 0.99 | 0.37 | 2.64 | 0.98 | 0.32 |
| Hex | A1 | 9 | 2 | 0 | 5E | 63 | 25 | 3 | 62 | 20 |
| Octal | 241 | 11 | 2 | 0 | 136 | 143 | 45 | 3 | 142 | 40 |
| Binary | 10100001 | 1001 | 10 | 0 | 1011110 | 1100011 | 100101 | 11 | 1100010 | 100000 |
Color Harmonies of #A10902
Complementary color
Monochromatic Colors of #A10902
Black with #A10902
Text Example
Text Example
White with #A10902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10902; }
p { color: rgb(161,9,2); }
H1.HeaderClassName
{
color: #A10902;
}
.AnyTagClassName
{
color: #A10902;
}
</style>
background-color css
<style>
a { background-color: #A10902; }
a { background-color: rgb(161,9,2); }
div.DivClassName
{
background-color: #A10902;
}
.BgClassName
{
background-color: #A10902;
}
</style>
border-color css
<style>
span { border-color: #A10902; }
span { border-color: rgb(161,9,2); }
td.TdClassName
{
border-color: #A10902;
}
.TagClassName
{
border-color: #A10902;
}
</style>