Shades of Dark Red #A11904
Tints of Dark Red #A11904
RGB
CMYK
RGB Variations
Color information
#A11904 (or 0xA11904) is known color: Dark Red. HEX triplet: A1, 19 and 04. RGB value is (161,25,4). Sum of RGB (Red+Green+Blue) = 161+25+4=190 (25% of max value = 765). Red value is 161 (63.28% from 255 or 84.74% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 161 - color contains mainly: red. Hex color #A11904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11904 is #5EE6FB. Grayscale: #3F3F3F. Windows color (decimal): -6219516 or 268705. OLE color: 268705.
HSL color Cylindrical-coordinate representation of color #A11904: hue angle of 8.03º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A11904 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 25 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.37 |
| HSL | 8.03º | 0.95% | 0.32% | - |
| HSV(B) | 8.03º | 0.98% | 0.63% | - |
| XYZ | 15.07 | 8.28 | 0.92 | - |
| YUV | 63.27 | 94.56 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 4 | 0 | 0.84 | 0.98 | 0.37 | 8.03 | 0.95 | 0.32 |
| Hex | A1 | 19 | 4 | 0 | 54 | 62 | 25 | 8 | 5F | 20 |
| Octal | 241 | 31 | 4 | 0 | 124 | 142 | 45 | 10 | 137 | 40 |
| Binary | 10100001 | 11001 | 100 | 0 | 1010100 | 1100010 | 100101 | 1000 | 1011111 | 100000 |
Color Harmonies of #A11904
Complementary color
Monochromatic Colors of #A11904
Black with #A11904
Text Example
Text Example
White with #A11904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11904; }
p { color: rgb(161,25,4); }
H1.HeaderClassName
{
color: #A11904;
}
.AnyTagClassName
{
color: #A11904;
}
</style>
background-color css
<style>
a { background-color: #A11904; }
a { background-color: rgb(161,25,4); }
div.DivClassName
{
background-color: #A11904;
}
.BgClassName
{
background-color: #A11904;
}
</style>
border-color css
<style>
span { border-color: #A11904; }
span { border-color: rgb(161,25,4); }
td.TdClassName
{
border-color: #A11904;
}
.TagClassName
{
border-color: #A11904;
}
</style>