Shades of Carmine #AB0C29
Tints of Carmine #AB0C29
RGB
CMYK
RGB Variations
Color information
#AB0C29 (or 0xAB0C29) is known color: Carmine. HEX triplet: AB, 0C and 29. RGB value is (171,12,41). Sum of RGB (Red+Green+Blue) = 171+12+41=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0C29 is #54F3D6. Grayscale: #3E3E3E. Windows color (decimal): -5567447 or 2690219. OLE color: 2690219.
HSL color Cylindrical-coordinate representation of color #AB0C29: hue angle of 349.06º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0C29 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 12 | 41 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.33 |
| HSL | 349.06º | 0.87% | 0.36% | - |
| HSV(B) | 349.06º | 0.93% | 0.67% | - |
| XYZ | 17.33 | 9.08 | 2.94 | - |
| YUV | 62.85 | 115.68 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 41 | 0 | 0.93 | 0.76 | 0.33 | 349.06 | 0.87 | 0.36 |
| Hex | AB | C | 29 | 0 | 5D | 4C | 21 | 15D | 57 | 24 |
| Octal | 253 | 14 | 51 | 0 | 135 | 114 | 41 | 535 | 127 | 44 |
| Binary | 10101011 | 1100 | 101001 | 0 | 1011101 | 1001100 | 100001 | 101011101 | 1010111 | 100100 |
Color Harmonies of #AB0C29
Complementary color
Monochromatic Colors of #AB0C29
Black with #AB0C29
Text Example
Text Example
White with #AB0C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0C29; }
p { color: rgb(171,12,41); }
H1.HeaderClassName
{
color: #AB0C29;
}
.AnyTagClassName
{
color: #AB0C29;
}
</style>
background-color css
<style>
a { background-color: #AB0C29; }
a { background-color: rgb(171,12,41); }
div.DivClassName
{
background-color: #AB0C29;
}
.BgClassName
{
background-color: #AB0C29;
}
</style>
border-color css
<style>
span { border-color: #AB0C29; }
span { border-color: rgb(171,12,41); }
td.TdClassName
{
border-color: #AB0C29;
}
.TagClassName
{
border-color: #AB0C29;
}
</style>