Shades of Carmine #AB0F15
Tints of Carmine #AB0F15
RGB
CMYK
RGB Variations
Color information
#AB0F15 (or 0xAB0F15) is known color: Carmine. HEX triplet: AB, 0F and 15. RGB value is (171,15,21). Sum of RGB (Red+Green+Blue) = 171+15+21=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0F15 is #54F0EA. Grayscale: #3E3E3E. Windows color (decimal): -5566699 or 1380267. OLE color: 1380267.
HSL color Cylindrical-coordinate representation of color #AB0F15: hue angle of 357.69º 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 #AB0F15 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 21 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.33 |
| HSL | 357.69º | 0.84% | 0.36% | - |
| HSV(B) | 357.69º | 0.91% | 0.67% | - |
| XYZ | 17.1 | 9.05 | 1.56 | - |
| YUV | 62.33 | 104.68 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 21 | 0 | 0.91 | 0.88 | 0.33 | 357.69 | 0.84 | 0.36 |
| Hex | AB | F | 15 | 0 | 5B | 58 | 21 | 166 | 54 | 24 |
| Octal | 253 | 17 | 25 | 0 | 133 | 130 | 41 | 546 | 124 | 44 |
| Binary | 10101011 | 1111 | 10101 | 0 | 1011011 | 1011000 | 100001 | 101100110 | 1010100 | 100100 |
Color Harmonies of #AB0F15
Complementary color
Monochromatic Colors of #AB0F15
Black with #AB0F15
Text Example
Text Example
White with #AB0F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F15; }
p { color: rgb(171,15,21); }
H1.HeaderClassName
{
color: #AB0F15;
}
.AnyTagClassName
{
color: #AB0F15;
}
</style>
background-color css
<style>
a { background-color: #AB0F15; }
a { background-color: rgb(171,15,21); }
div.DivClassName
{
background-color: #AB0F15;
}
.BgClassName
{
background-color: #AB0F15;
}
</style>
border-color css
<style>
span { border-color: #AB0F15; }
span { border-color: rgb(171,15,21); }
td.TdClassName
{
border-color: #AB0F15;
}
.TagClassName
{
border-color: #AB0F15;
}
</style>