Shades of Dark Red #A11800
Tints of Dark Red #A11800
RGB
CMYK
RGB Variations
Color information
#A11800 (or 0xA11800) is known color: Dark Red. HEX triplet: A1, 18 and 00. RGB value is (161,24,0). Sum of RGB (Red+Green+Blue) = 161+24+0=185 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.03% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 161 - color contains mainly: red. Hex color #A11800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11800 is #5EE7FF. Grayscale: #3E3E3E. Windows color (decimal): -6219776 or 6305. OLE color: 6305.
HSL color Cylindrical-coordinate representation of color #A11800: hue angle of 8.94º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A11800 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.37 |
| HSL | 8.94º | 1% | 0.32% | - |
| HSV(B) | 8.94º | 1% | 0.63% | - |
| XYZ | 15.02 | 8.23 | 0.8 | - |
| YUV | 62.23 | 92.89 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 0 | 0 | 0.85 | 1 | 0.37 | 8.94 | 1 | 0.32 |
| Hex | A1 | 18 | 0 | 0 | 55 | 64 | 25 | 9 | 64 | 20 |
| Octal | 241 | 30 | 0 | 0 | 125 | 144 | 45 | 11 | 144 | 40 |
| Binary | 10100001 | 11000 | 0 | 0 | 1010101 | 1100100 | 100101 | 1001 | 1100100 | 100000 |
Color Harmonies of #A11800
Complementary color
Monochromatic Colors of #A11800
Black with #A11800
Text Example
Text Example
White with #A11800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11800; }
p { color: rgb(161,24,0); }
H1.HeaderClassName
{
color: #A11800;
}
.AnyTagClassName
{
color: #A11800;
}
</style>
background-color css
<style>
a { background-color: #A11800; }
a { background-color: rgb(161,24,0); }
div.DivClassName
{
background-color: #A11800;
}
.BgClassName
{
background-color: #A11800;
}
</style>
border-color css
<style>
span { border-color: #A11800; }
span { border-color: rgb(161,24,0); }
td.TdClassName
{
border-color: #A11800;
}
.TagClassName
{
border-color: #A11800;
}
</style>