Shades of Carmine #AB111B
Tints of Carmine #AB111B
RGB
CMYK
RGB Variations
Color information
#AB111B (or 0xAB111B) is known color: Carmine. HEX triplet: AB, 11 and 1B. RGB value is (171,17,27). Sum of RGB (Red+Green+Blue) = 171+17+27=215 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.53% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 171 - color contains mainly: red. Hex color #AB111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB111B is #54EEE4. Grayscale: #404040. Windows color (decimal): -5566181 or 1773995. OLE color: 1773995.
HSL color Cylindrical-coordinate representation of color #AB111B: hue angle of 356.1º 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 #AB111B is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 27 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.33 |
| HSL | 356.1º | 0.82% | 0.37% | - |
| HSV(B) | 356.1º | 0.9% | 0.67% | - |
| XYZ | 17.19 | 9.14 | 1.89 | - |
| YUV | 64.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 27 | 0 | 0.90 | 0.84 | 0.33 | 356.1 | 0.82 | 0.37 |
| Hex | AB | 11 | 1B | 0 | 5A | 54 | 21 | 164 | 52 | 25 |
| Octal | 253 | 21 | 33 | 0 | 132 | 124 | 41 | 544 | 122 | 45 |
| Binary | 10101011 | 10001 | 11011 | 0 | 1011010 | 1010100 | 100001 | 101100100 | 1010010 | 100101 |
Color Harmonies of #AB111B
Complementary color
Monochromatic Colors of #AB111B
Black with #AB111B
Text Example
Text Example
White with #AB111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB111B; }
p { color: rgb(171,17,27); }
H1.HeaderClassName
{
color: #AB111B;
}
.AnyTagClassName
{
color: #AB111B;
}
</style>
background-color css
<style>
a { background-color: #AB111B; }
a { background-color: rgb(171,17,27); }
div.DivClassName
{
background-color: #AB111B;
}
.BgClassName
{
background-color: #AB111B;
}
</style>
border-color css
<style>
span { border-color: #AB111B; }
span { border-color: rgb(171,17,27); }
td.TdClassName
{
border-color: #AB111B;
}
.TagClassName
{
border-color: #AB111B;
}
</style>