Shades of Carmine #AB131C
Tints of Carmine #AB131C
RGB
CMYK
RGB Variations
Color information
#AB131C (or 0xAB131C) is known color: Carmine. HEX triplet: AB, 13 and 1C. RGB value is (171,19,28). Sum of RGB (Red+Green+Blue) = 171+19+28=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB131C is #54ECE3. Grayscale: #414141. Windows color (decimal): -5565668 or 1840043. OLE color: 1840043.
HSL color Cylindrical-coordinate representation of color #AB131C: hue angle of 356.45º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB131C is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 28 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.33 |
| HSL | 356.45º | 0.8% | 0.37% | - |
| HSV(B) | 356.45º | 0.89% | 0.67% | - |
| XYZ | 17.24 | 9.21 | 1.97 | - |
| YUV | 65.47 | 106.86 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 28 | 0 | 0.89 | 0.84 | 0.33 | 356.45 | 0.8 | 0.37 |
| Hex | AB | 13 | 1C | 0 | 59 | 54 | 21 | 164 | 50 | 25 |
| Octal | 253 | 23 | 34 | 0 | 131 | 124 | 41 | 544 | 120 | 45 |
| Binary | 10101011 | 10011 | 11100 | 0 | 1011001 | 1010100 | 100001 | 101100100 | 1010000 | 100101 |
Color Harmonies of #AB131C
Complementary color
Monochromatic Colors of #AB131C
Black with #AB131C
Text Example
Text Example
White with #AB131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB131C; }
p { color: rgb(171,19,28); }
H1.HeaderClassName
{
color: #AB131C;
}
.AnyTagClassName
{
color: #AB131C;
}
</style>
background-color css
<style>
a { background-color: #AB131C; }
a { background-color: rgb(171,19,28); }
div.DivClassName
{
background-color: #AB131C;
}
.BgClassName
{
background-color: #AB131C;
}
</style>
border-color css
<style>
span { border-color: #AB131C; }
span { border-color: rgb(171,19,28); }
td.TdClassName
{
border-color: #AB131C;
}
.TagClassName
{
border-color: #AB131C;
}
</style>