Shades of Carmine #AB111E
Tints of Carmine #AB111E
RGB
CMYK
RGB Variations
Color information
#AB111E (or 0xAB111E) is known color: Carmine. HEX triplet: AB, 11 and 1E. RGB value is (171,17,30). Sum of RGB (Red+Green+Blue) = 171+17+30=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB111E is #54EEE1. Grayscale: #404040. Windows color (decimal): -5566178 or 1970603. OLE color: 1970603.
HSL color Cylindrical-coordinate representation of color #AB111E: hue angle of 354.94º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB111E is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 30 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.33 |
| HSL | 354.94º | 0.82% | 0.37% | - |
| HSV(B) | 354.94º | 0.9% | 0.67% | - |
| XYZ | 17.23 | 9.15 | 2.09 | - |
| YUV | 64.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 30 | 0 | 0.90 | 0.82 | 0.33 | 354.94 | 0.82 | 0.37 |
| Hex | AB | 11 | 1E | 0 | 5A | 52 | 21 | 163 | 52 | 25 |
| Octal | 253 | 21 | 36 | 0 | 132 | 122 | 41 | 543 | 122 | 45 |
| Binary | 10101011 | 10001 | 11110 | 0 | 1011010 | 1010010 | 100001 | 101100011 | 1010010 | 100101 |
Color Harmonies of #AB111E
Complementary color
Monochromatic Colors of #AB111E
Black with #AB111E
Text Example
Text Example
White with #AB111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB111E; }
p { color: rgb(171,17,30); }
H1.HeaderClassName
{
color: #AB111E;
}
.AnyTagClassName
{
color: #AB111E;
}
</style>
background-color css
<style>
a { background-color: #AB111E; }
a { background-color: rgb(171,17,30); }
div.DivClassName
{
background-color: #AB111E;
}
.BgClassName
{
background-color: #AB111E;
}
</style>
border-color css
<style>
span { border-color: #AB111E; }
span { border-color: rgb(171,17,30); }
td.TdClassName
{
border-color: #AB111E;
}
.TagClassName
{
border-color: #AB111E;
}
</style>