Shades of Carmine #A10911
Tints of Carmine #A10911
RGB
CMYK
RGB Variations
Color information
#A10911 (or 0xA10911) is known color: Carmine. HEX triplet: A1, 09 and 11. RGB value is (161,9,17). Sum of RGB (Red+Green+Blue) = 161+9+17=187 (24% of max value = 765). Red value is 161 (63.28% from 255 or 86.10% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 161 - color contains mainly: red. Hex color #A10911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10911 is #5EF6EE. Grayscale: #373737. Windows color (decimal): -6223599 or 1116577. OLE color: 1116577.
HSL color Cylindrical-coordinate representation of color #A10911: hue angle of 356.84º 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 #A10911 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 9 | 17 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.37 |
| HSL | 356.84º | 0.89% | 0.33% | - |
| HSV(B) | 356.84º | 0.94% | 0.63% | - |
| XYZ | 14.9 | 7.81 | 1.25 | - |
| YUV | 55.36 | 106.36 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 17 | 0 | 0.94 | 0.89 | 0.37 | 356.84 | 0.89 | 0.33 |
| Hex | A1 | 9 | 11 | 0 | 5E | 59 | 25 | 165 | 59 | 21 |
| Octal | 241 | 11 | 21 | 0 | 136 | 131 | 45 | 545 | 131 | 41 |
| Binary | 10100001 | 1001 | 10001 | 0 | 1011110 | 1011001 | 100101 | 101100101 | 1011001 | 100001 |
Color Harmonies of #A10911
Complementary color
Monochromatic Colors of #A10911
Black with #A10911
Text Example
Text Example
White with #A10911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10911; }
p { color: rgb(161,9,17); }
H1.HeaderClassName
{
color: #A10911;
}
.AnyTagClassName
{
color: #A10911;
}
</style>
background-color css
<style>
a { background-color: #A10911; }
a { background-color: rgb(161,9,17); }
div.DivClassName
{
background-color: #A10911;
}
.BgClassName
{
background-color: #A10911;
}
</style>
border-color css
<style>
span { border-color: #A10911; }
span { border-color: rgb(161,9,17); }
td.TdClassName
{
border-color: #A10911;
}
.TagClassName
{
border-color: #A10911;
}
</style>