Shades of Carmine #AB0424
Tints of Carmine #AB0424
RGB
CMYK
RGB Variations
Color information
#AB0424 (or 0xAB0424) is known color: Carmine. HEX triplet: AB, 04 and 24. RGB value is (171,4,36). Sum of RGB (Red+Green+Blue) = 171+4+36=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0424 is #54FBDB. Grayscale: #393939. Windows color (decimal): -5569500 or 2360491. OLE color: 2360491.
HSL color Cylindrical-coordinate representation of color #AB0424: hue angle of 348.5º 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 #AB0424 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 36 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.33 |
| HSL | 348.5º | 0.95% | 0.34% | - |
| HSV(B) | 348.5º | 0.98% | 0.67% | - |
| XYZ | 17.16 | 8.87 | 2.48 | - |
| YUV | 57.58 | 115.83 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 36 | 0 | 0.98 | 0.79 | 0.33 | 348.5 | 0.95 | 0.34 |
| Hex | AB | 4 | 24 | 0 | 62 | 4F | 21 | 15D | 5F | 22 |
| Octal | 253 | 4 | 44 | 0 | 142 | 117 | 41 | 535 | 137 | 42 |
| Binary | 10101011 | 100 | 100100 | 0 | 1100010 | 1001111 | 100001 | 101011101 | 1011111 | 100010 |
Color Harmonies of #AB0424
Complementary color
Monochromatic Colors of #AB0424
Black with #AB0424
Text Example
Text Example
White with #AB0424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0424; }
p { color: rgb(171,4,36); }
H1.HeaderClassName
{
color: #AB0424;
}
.AnyTagClassName
{
color: #AB0424;
}
</style>
background-color css
<style>
a { background-color: #AB0424; }
a { background-color: rgb(171,4,36); }
div.DivClassName
{
background-color: #AB0424;
}
.BgClassName
{
background-color: #AB0424;
}
</style>
border-color css
<style>
span { border-color: #AB0424; }
span { border-color: rgb(171,4,36); }
td.TdClassName
{
border-color: #AB0424;
}
.TagClassName
{
border-color: #AB0424;
}
</style>