Shades of Carmine #AB0F10
Tints of Carmine #AB0F10
RGB
CMYK
RGB Variations
Color information
#AB0F10 (or 0xAB0F10) is known color: Carmine. HEX triplet: AB, 0F and 10. RGB value is (171,15,16). Sum of RGB (Red+Green+Blue) = 171+15+16=202 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.65% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0F10 is #54F0EF. Grayscale: #3D3D3D. Windows color (decimal): -5566704 or 1052587. OLE color: 1052587.
HSL color Cylindrical-coordinate representation of color #AB0F10: hue angle of 359.62º 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 #AB0F10 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 16 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.33 |
| HSL | 359.62º | 0.84% | 0.36% | - |
| HSV(B) | 359.62º | 0.91% | 0.67% | - |
| XYZ | 17.06 | 9.04 | 1.34 | - |
| YUV | 61.76 | 102.18 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 16 | 0 | 0.91 | 0.91 | 0.33 | 359.62 | 0.84 | 0.36 |
| Hex | AB | F | 10 | 0 | 5B | 5B | 21 | 168 | 54 | 24 |
| Octal | 253 | 17 | 20 | 0 | 133 | 133 | 41 | 550 | 124 | 44 |
| Binary | 10101011 | 1111 | 10000 | 0 | 1011011 | 1011011 | 100001 | 101101000 | 1010100 | 100100 |
Color Harmonies of #AB0F10
Complementary color
Monochromatic Colors of #AB0F10
Black with #AB0F10
Text Example
Text Example
White with #AB0F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F10; }
p { color: rgb(171,15,16); }
H1.HeaderClassName
{
color: #AB0F10;
}
.AnyTagClassName
{
color: #AB0F10;
}
</style>
background-color css
<style>
a { background-color: #AB0F10; }
a { background-color: rgb(171,15,16); }
div.DivClassName
{
background-color: #AB0F10;
}
.BgClassName
{
background-color: #AB0F10;
}
</style>
border-color css
<style>
span { border-color: #AB0F10; }
span { border-color: rgb(171,15,16); }
td.TdClassName
{
border-color: #AB0F10;
}
.TagClassName
{
border-color: #AB0F10;
}
</style>