Shades of Carmine #AB0024
Tints of Carmine #AB0024
RGB
CMYK
RGB Variations
Color information
#AB0024 (or 0xAB0024) is known color: Carmine. HEX triplet: AB, 00 and 24. RGB value is (171,0,36). Sum of RGB (Red+Green+Blue) = 171+0+36=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0024 is #54FFDB. Grayscale: #373737. Windows color (decimal): -5570524 or 2359467. OLE color: 2359467.
HSL color Cylindrical-coordinate representation of color #AB0024: hue angle of 347.37º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB0024 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.79 | 0.33 |
| HSL | 347.37º | 1% | 0.34% | - |
| HSV(B) | 347.37º | 1% | 0.67% | - |
| XYZ | 17.11 | 8.79 | 2.46 | - |
| YUV | 55.23 | 117.15 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 36 | 0 | 1 | 0.79 | 0.33 | 347.37 | 1 | 0.34 |
| Hex | AB | 0 | 24 | 0 | 64 | 4F | 21 | 15B | 64 | 22 |
| Octal | 253 | 0 | 44 | 0 | 144 | 117 | 41 | 533 | 144 | 42 |
| Binary | 10101011 | 0 | 100100 | 0 | 1100100 | 1001111 | 100001 | 101011011 | 1100100 | 100010 |
Color Harmonies of #AB0024
Complementary color
Monochromatic Colors of #AB0024
Black with #AB0024
Text Example
Text Example
White with #AB0024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0024; }
p { color: rgb(171,0,36); }
H1.HeaderClassName
{
color: #AB0024;
}
.AnyTagClassName
{
color: #AB0024;
}
</style>
background-color css
<style>
a { background-color: #AB0024; }
a { background-color: rgb(171,0,36); }
div.DivClassName
{
background-color: #AB0024;
}
.BgClassName
{
background-color: #AB0024;
}
</style>
border-color css
<style>
span { border-color: #AB0024; }
span { border-color: rgb(171,0,36); }
td.TdClassName
{
border-color: #AB0024;
}
.TagClassName
{
border-color: #AB0024;
}
</style>