Shades of Carmine #A11217
Tints of Carmine #A11217
RGB
CMYK
RGB Variations
Color information
#A11217 (or 0xA11217) is known color: Carmine. HEX triplet: A1, 12 and 17. RGB value is (161,18,23). Sum of RGB (Red+Green+Blue) = 161+18+23=202 (26% of max value = 765). Red value is 161 (63.28% from 255 or 79.70% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 161 - color contains mainly: red. Hex color #A11217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11217 is #5EEDE8. Grayscale: #3D3D3D. Windows color (decimal): -6221289 or 1512097. OLE color: 1512097.
HSL color Cylindrical-coordinate representation of color #A11217: hue angle of 357.9º degrees, saturation: 0.8, 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 #A11217 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 23 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.37 |
| HSL | 357.9º | 0.8% | 0.35% | - |
| HSV(B) | 357.9º | 0.89% | 0.63% | - |
| XYZ | 15.07 | 8.07 | 1.57 | - |
| YUV | 61.33 | 106.38 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 23 | 0 | 0.89 | 0.86 | 0.37 | 357.9 | 0.8 | 0.35 |
| Hex | A1 | 12 | 17 | 0 | 59 | 56 | 25 | 166 | 50 | 23 |
| Octal | 241 | 22 | 27 | 0 | 131 | 126 | 45 | 546 | 120 | 43 |
| Binary | 10100001 | 10010 | 10111 | 0 | 1011001 | 1010110 | 100101 | 101100110 | 1010000 | 100011 |
Color Harmonies of #A11217
Complementary color
Monochromatic Colors of #A11217
Black with #A11217
Text Example
Text Example
White with #A11217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11217; }
p { color: rgb(161,18,23); }
H1.HeaderClassName
{
color: #A11217;
}
.AnyTagClassName
{
color: #A11217;
}
</style>
background-color css
<style>
a { background-color: #A11217; }
a { background-color: rgb(161,18,23); }
div.DivClassName
{
background-color: #A11217;
}
.BgClassName
{
background-color: #A11217;
}
</style>
border-color css
<style>
span { border-color: #A11217; }
span { border-color: rgb(161,18,23); }
td.TdClassName
{
border-color: #A11217;
}
.TagClassName
{
border-color: #A11217;
}
</style>