Shades of Carmine #AB0429
Tints of Carmine #AB0429
RGB
CMYK
RGB Variations
Color information
#AB0429 (or 0xAB0429) is known color: Carmine. HEX triplet: AB, 04 and 29. RGB value is (171,4,41). Sum of RGB (Red+Green+Blue) = 171+4+41=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0429 is #54FBD6. Grayscale: #3A3A3A. Windows color (decimal): -5569495 or 2688171. OLE color: 2688171.
HSL color Cylindrical-coordinate representation of color #AB0429: hue angle of 346.71º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0429 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 41 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.33 |
| HSL | 346.71º | 0.95% | 0.34% | - |
| HSV(B) | 346.71º | 0.98% | 0.67% | - |
| XYZ | 17.24 | 8.9 | 2.91 | - |
| YUV | 58.15 | 118.33 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 41 | 0 | 0.98 | 0.76 | 0.33 | 346.71 | 0.95 | 0.34 |
| Hex | AB | 4 | 29 | 0 | 62 | 4C | 21 | 15B | 5F | 22 |
| Octal | 253 | 4 | 51 | 0 | 142 | 114 | 41 | 533 | 137 | 42 |
| Binary | 10101011 | 100 | 101001 | 0 | 1100010 | 1001100 | 100001 | 101011011 | 1011111 | 100010 |
Color Harmonies of #AB0429
Complementary color
Monochromatic Colors of #AB0429
Black with #AB0429
Text Example
Text Example
White with #AB0429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0429; }
p { color: rgb(171,4,41); }
H1.HeaderClassName
{
color: #AB0429;
}
.AnyTagClassName
{
color: #AB0429;
}
</style>
background-color css
<style>
a { background-color: #AB0429; }
a { background-color: rgb(171,4,41); }
div.DivClassName
{
background-color: #AB0429;
}
.BgClassName
{
background-color: #AB0429;
}
</style>
border-color css
<style>
span { border-color: #AB0429; }
span { border-color: rgb(171,4,41); }
td.TdClassName
{
border-color: #AB0429;
}
.TagClassName
{
border-color: #AB0429;
}
</style>