Shades of Carmine #AB0232
Tints of Carmine #AB0232
RGB
CMYK
RGB Variations
Color information
#AB0232 (or 0xAB0232) is known color: Carmine. HEX triplet: AB, 02 and 32. RGB value is (171,2,50). Sum of RGB (Red+Green+Blue) = 171+2+50=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0232 is #54FDCD. Grayscale: #393939. Windows color (decimal): -5569998 or 3277483. OLE color: 3277483.
HSL color Cylindrical-coordinate representation of color #AB0232: hue angle of 342.96º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0232 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 50 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.33 |
| HSL | 342.96º | 0.98% | 0.34% | - |
| HSV(B) | 342.96º | 0.99% | 0.67% | - |
| XYZ | 17.39 | 8.93 | 3.82 | - |
| YUV | 58 | 123.49 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 50 | 0 | 0.99 | 0.71 | 0.33 | 342.96 | 0.98 | 0.34 |
| Hex | AB | 2 | 32 | 0 | 63 | 47 | 21 | 157 | 62 | 22 |
| Octal | 253 | 2 | 62 | 0 | 143 | 107 | 41 | 527 | 142 | 42 |
| Binary | 10101011 | 10 | 110010 | 0 | 1100011 | 1000111 | 100001 | 101010111 | 1100010 | 100010 |
Color Harmonies of #AB0232
Complementary color
Monochromatic Colors of #AB0232
Black with #AB0232
Text Example
Text Example
White with #AB0232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0232; }
p { color: rgb(171,2,50); }
H1.HeaderClassName
{
color: #AB0232;
}
.AnyTagClassName
{
color: #AB0232;
}
</style>
background-color css
<style>
a { background-color: #AB0232; }
a { background-color: rgb(171,2,50); }
div.DivClassName
{
background-color: #AB0232;
}
.BgClassName
{
background-color: #AB0232;
}
</style>
border-color css
<style>
span { border-color: #AB0232; }
span { border-color: rgb(171,2,50); }
td.TdClassName
{
border-color: #AB0232;
}
.TagClassName
{
border-color: #AB0232;
}
</style>