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