Shades of Carmine #AB0D24
Tints of Carmine #AB0D24
RGB
CMYK
RGB Variations
Color information
#AB0D24 (or 0xAB0D24) is known color: Carmine. HEX triplet: AB, 0D and 24. RGB value is (171,13,36). Sum of RGB (Red+Green+Blue) = 171+13+36=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0D24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0D24 is #54F2DB. Grayscale: #3E3E3E. Windows color (decimal): -5567196 or 2362795. OLE color: 2362795.
HSL color Cylindrical-coordinate representation of color #AB0D24: hue angle of 351.27º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0D24 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 13 | 36 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.33 |
| HSL | 351.27º | 0.86% | 0.36% | - |
| HSV(B) | 351.27º | 0.92% | 0.67% | - |
| XYZ | 17.26 | 9.07 | 2.51 | - |
| YUV | 62.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 36 | 0 | 0.92 | 0.79 | 0.33 | 351.27 | 0.86 | 0.36 |
| Hex | AB | D | 24 | 0 | 5C | 4F | 21 | 15F | 56 | 24 |
| Octal | 253 | 15 | 44 | 0 | 134 | 117 | 41 | 537 | 126 | 44 |
| Binary | 10101011 | 1101 | 100100 | 0 | 1011100 | 1001111 | 100001 | 101011111 | 1010110 | 100100 |
Color Harmonies of #AB0D24
Complementary color
Monochromatic Colors of #AB0D24
Black with #AB0D24
Text Example
Text Example
White with #AB0D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0D24; }
p { color: rgb(171,13,36); }
H1.HeaderClassName
{
color: #AB0D24;
}
.AnyTagClassName
{
color: #AB0D24;
}
</style>
background-color css
<style>
a { background-color: #AB0D24; }
a { background-color: rgb(171,13,36); }
div.DivClassName
{
background-color: #AB0D24;
}
.BgClassName
{
background-color: #AB0D24;
}
</style>
border-color css
<style>
span { border-color: #AB0D24; }
span { border-color: rgb(171,13,36); }
td.TdClassName
{
border-color: #AB0D24;
}
.TagClassName
{
border-color: #AB0D24;
}
</style>