Shades of Carmine #AB0529
Tints of Carmine #AB0529
RGB
CMYK
RGB Variations
Color information
#AB0529 (or 0xAB0529) is known color: Carmine. HEX triplet: AB, 05 and 29. RGB value is (171,5,41). Sum of RGB (Red+Green+Blue) = 171+5+41=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0529 is #54FAD6. Grayscale: #3A3A3A. Windows color (decimal): -5569239 or 2688427. OLE color: 2688427.
HSL color Cylindrical-coordinate representation of color #AB0529: hue angle of 346.99º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB0529 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 41 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.33 |
| HSL | 346.99º | 0.94% | 0.35% | - |
| HSV(B) | 346.99º | 0.97% | 0.67% | - |
| XYZ | 17.25 | 8.93 | 2.91 | - |
| YUV | 58.74 | 118 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 41 | 0 | 0.97 | 0.76 | 0.33 | 346.99 | 0.94 | 0.35 |
| Hex | AB | 5 | 29 | 0 | 61 | 4C | 21 | 15B | 5E | 23 |
| Octal | 253 | 5 | 51 | 0 | 141 | 114 | 41 | 533 | 136 | 43 |
| Binary | 10101011 | 101 | 101001 | 0 | 1100001 | 1001100 | 100001 | 101011011 | 1011110 | 100011 |
Color Harmonies of #AB0529
Complementary color
Monochromatic Colors of #AB0529
Black with #AB0529
Text Example
Text Example
White with #AB0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0529; }
p { color: rgb(171,5,41); }
H1.HeaderClassName
{
color: #AB0529;
}
.AnyTagClassName
{
color: #AB0529;
}
</style>
background-color css
<style>
a { background-color: #AB0529; }
a { background-color: rgb(171,5,41); }
div.DivClassName
{
background-color: #AB0529;
}
.BgClassName
{
background-color: #AB0529;
}
</style>
border-color css
<style>
span { border-color: #AB0529; }
span { border-color: rgb(171,5,41); }
td.TdClassName
{
border-color: #AB0529;
}
.TagClassName
{
border-color: #AB0529;
}
</style>