Shades of Dark Red #A10D09
Tints of Dark Red #A10D09
RGB
CMYK
RGB Variations
Color information
#A10D09 (or 0xA10D09) is known color: Dark Red. HEX triplet: A1, 0D and 09. RGB value is (161,13,9). Sum of RGB (Red+Green+Blue) = 161+13+9=183 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.98% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 9 (3.91% from 255 or 4.92% from 183); Max value from RGB is 161 - color contains mainly: red. Hex color #A10D09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10D09 is #5EF2F6. Grayscale: #383838. Windows color (decimal): -6222583 or 593313. OLE color: 593313.
HSL color Cylindrical-coordinate representation of color #A10D09: hue angle of 1.58º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10D09 is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 13 | 9 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.37 |
| HSL | 1.58º | 0.89% | 0.33% | - |
| HSV(B) | 1.58º | 0.94% | 0.63% | - |
| XYZ | 14.89 | 7.88 | 1 | - |
| YUV | 56.8 | 101.03 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 9 | 0 | 0.92 | 0.94 | 0.37 | 1.58 | 0.89 | 0.33 |
| Hex | A1 | D | 9 | 0 | 5C | 5E | 25 | 2 | 59 | 21 |
| Octal | 241 | 15 | 11 | 0 | 134 | 136 | 45 | 2 | 131 | 41 |
| Binary | 10100001 | 1101 | 1001 | 0 | 1011100 | 1011110 | 100101 | 10 | 1011001 | 100001 |
Color Harmonies of #A10D09
Complementary color
Monochromatic Colors of #A10D09
Black with #A10D09
Text Example
Text Example
White with #A10D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10D09; }
p { color: rgb(161,13,9); }
H1.HeaderClassName
{
color: #A10D09;
}
.AnyTagClassName
{
color: #A10D09;
}
</style>
background-color css
<style>
a { background-color: #A10D09; }
a { background-color: rgb(161,13,9); }
div.DivClassName
{
background-color: #A10D09;
}
.BgClassName
{
background-color: #A10D09;
}
</style>
border-color css
<style>
span { border-color: #A10D09; }
span { border-color: rgb(161,13,9); }
td.TdClassName
{
border-color: #A10D09;
}
.TagClassName
{
border-color: #A10D09;
}
</style>