Shades of Dark Red #A11409
Tints of Dark Red #A11409
RGB
CMYK
RGB Variations
Color information
#A11409 (or 0xA11409) is known color: Dark Red. HEX triplet: A1, 14 and 09. RGB value is (161,20,9). Sum of RGB (Red+Green+Blue) = 161+20+9=190 (25% of max value = 765). Red value is 161 (63.28% from 255 or 84.74% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 161 - color contains mainly: red. Hex color #A11409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11409 is #5EEBF6. Grayscale: #3D3D3D. Windows color (decimal): -6220791 or 595105. OLE color: 595105.
HSL color Cylindrical-coordinate representation of color #A11409: hue angle of 4.34º 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 #A11409 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 9 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.37 |
| HSL | 4.34º | 0.89% | 0.33% | - |
| HSV(B) | 4.34º | 0.94% | 0.63% | - |
| XYZ | 15 | 8.1 | 1.03 | - |
| YUV | 60.91 | 98.71 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 9 | 0 | 0.88 | 0.94 | 0.37 | 4.34 | 0.89 | 0.33 |
| Hex | A1 | 14 | 9 | 0 | 58 | 5E | 25 | 4 | 59 | 21 |
| Octal | 241 | 24 | 11 | 0 | 130 | 136 | 45 | 4 | 131 | 41 |
| Binary | 10100001 | 10100 | 1001 | 0 | 1011000 | 1011110 | 100101 | 100 | 1011001 | 100001 |
Color Harmonies of #A11409
Complementary color
Monochromatic Colors of #A11409
Black with #A11409
Text Example
Text Example
White with #A11409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11409; }
p { color: rgb(161,20,9); }
H1.HeaderClassName
{
color: #A11409;
}
.AnyTagClassName
{
color: #A11409;
}
</style>
background-color css
<style>
a { background-color: #A11409; }
a { background-color: rgb(161,20,9); }
div.DivClassName
{
background-color: #A11409;
}
.BgClassName
{
background-color: #A11409;
}
</style>
border-color css
<style>
span { border-color: #A11409; }
span { border-color: rgb(161,20,9); }
td.TdClassName
{
border-color: #A11409;
}
.TagClassName
{
border-color: #A11409;
}
</style>