Shades of Carmine #AB1119
Tints of Carmine #AB1119
RGB
CMYK
RGB Variations
Color information
#AB1119 (or 0xAB1119) is known color: Carmine. HEX triplet: AB, 11 and 19. RGB value is (171,17,25). Sum of RGB (Red+Green+Blue) = 171+17+25=213 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.28% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1119 is #54EEE6. Grayscale: #404040. Windows color (decimal): -5566183 or 1642923. OLE color: 1642923.
HSL color Cylindrical-coordinate representation of color #AB1119: hue angle of 356.88º 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 #AB1119 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 25 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.33 |
| HSL | 356.88º | 0.82% | 0.37% | - |
| HSV(B) | 356.88º | 0.9% | 0.67% | - |
| XYZ | 17.17 | 9.13 | 1.78 | - |
| YUV | 63.96 | 106.02 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 25 | 0 | 0.90 | 0.85 | 0.33 | 356.88 | 0.82 | 0.37 |
| Hex | AB | 11 | 19 | 0 | 5A | 55 | 21 | 165 | 52 | 25 |
| Octal | 253 | 21 | 31 | 0 | 132 | 125 | 41 | 545 | 122 | 45 |
| Binary | 10101011 | 10001 | 11001 | 0 | 1011010 | 1010101 | 100001 | 101100101 | 1010010 | 100101 |
Color Harmonies of #AB1119
Complementary color
Monochromatic Colors of #AB1119
Black with #AB1119
Text Example
Text Example
White with #AB1119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1119; }
p { color: rgb(171,17,25); }
H1.HeaderClassName
{
color: #AB1119;
}
.AnyTagClassName
{
color: #AB1119;
}
</style>
background-color css
<style>
a { background-color: #AB1119; }
a { background-color: rgb(171,17,25); }
div.DivClassName
{
background-color: #AB1119;
}
.BgClassName
{
background-color: #AB1119;
}
</style>
border-color css
<style>
span { border-color: #AB1119; }
span { border-color: rgb(171,17,25); }
td.TdClassName
{
border-color: #AB1119;
}
.TagClassName
{
border-color: #AB1119;
}
</style>