Shades of Carmine #AB0F19
Tints of Carmine #AB0F19
RGB
CMYK
RGB Variations
Color information
#AB0F19 (or 0xAB0F19) is known color: Carmine. HEX triplet: AB, 0F and 19. RGB value is (171,15,25). Sum of RGB (Red+Green+Blue) = 171+15+25=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0F19 is #54F0E6. Grayscale: #3E3E3E. Windows color (decimal): -5566695 or 1642411. OLE color: 1642411.
HSL color Cylindrical-coordinate representation of color #AB0F19: hue angle of 356.15º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB0F19 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 25 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.33 |
| HSL | 356.15º | 0.84% | 0.36% | - |
| HSV(B) | 356.15º | 0.91% | 0.67% | - |
| XYZ | 17.14 | 9.07 | 1.77 | - |
| YUV | 62.78 | 106.68 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 25 | 0 | 0.91 | 0.85 | 0.33 | 356.15 | 0.84 | 0.36 |
| Hex | AB | F | 19 | 0 | 5B | 55 | 21 | 164 | 54 | 24 |
| Octal | 253 | 17 | 31 | 0 | 133 | 125 | 41 | 544 | 124 | 44 |
| Binary | 10101011 | 1111 | 11001 | 0 | 1011011 | 1010101 | 100001 | 101100100 | 1010100 | 100100 |
Color Harmonies of #AB0F19
Complementary color
Monochromatic Colors of #AB0F19
Black with #AB0F19
Text Example
Text Example
White with #AB0F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F19; }
p { color: rgb(171,15,25); }
H1.HeaderClassName
{
color: #AB0F19;
}
.AnyTagClassName
{
color: #AB0F19;
}
</style>
background-color css
<style>
a { background-color: #AB0F19; }
a { background-color: rgb(171,15,25); }
div.DivClassName
{
background-color: #AB0F19;
}
.BgClassName
{
background-color: #AB0F19;
}
</style>
border-color css
<style>
span { border-color: #AB0F19; }
span { border-color: rgb(171,15,25); }
td.TdClassName
{
border-color: #AB0F19;
}
.TagClassName
{
border-color: #AB0F19;
}
</style>