Shades of Carmine #A11117
Tints of Carmine #A11117
RGB
CMYK
RGB Variations
Color information
#A11117 (or 0xA11117) is known color: Carmine. HEX triplet: A1, 11 and 17. RGB value is (161,17,23). Sum of RGB (Red+Green+Blue) = 161+17+23=201 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.10% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 161 - color contains mainly: red. Hex color #A11117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11117 is #5EEEE8. Grayscale: #3C3C3C. Windows color (decimal): -6221545 or 1511841. OLE color: 1511841.
HSL color Cylindrical-coordinate representation of color #A11117: hue angle of 357.5º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11117 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 23 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.37 |
| HSL | 357.5º | 0.81% | 0.35% | - |
| HSV(B) | 357.5º | 0.89% | 0.63% | - |
| XYZ | 15.05 | 8.04 | 1.57 | - |
| YUV | 60.74 | 106.71 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 23 | 0 | 0.89 | 0.86 | 0.37 | 357.5 | 0.81 | 0.35 |
| Hex | A1 | 11 | 17 | 0 | 59 | 56 | 25 | 166 | 51 | 23 |
| Octal | 241 | 21 | 27 | 0 | 131 | 126 | 45 | 546 | 121 | 43 |
| Binary | 10100001 | 10001 | 10111 | 0 | 1011001 | 1010110 | 100101 | 101100110 | 1010001 | 100011 |
Color Harmonies of #A11117
Complementary color
Monochromatic Colors of #A11117
Black with #A11117
Text Example
Text Example
White with #A11117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11117; }
p { color: rgb(161,17,23); }
H1.HeaderClassName
{
color: #A11117;
}
.AnyTagClassName
{
color: #A11117;
}
</style>
background-color css
<style>
a { background-color: #A11117; }
a { background-color: rgb(161,17,23); }
div.DivClassName
{
background-color: #A11117;
}
.BgClassName
{
background-color: #A11117;
}
</style>
border-color css
<style>
span { border-color: #A11117; }
span { border-color: rgb(161,17,23); }
td.TdClassName
{
border-color: #A11117;
}
.TagClassName
{
border-color: #A11117;
}
</style>