Shades of Carmine #AB0C10
Tints of Carmine #AB0C10
RGB
CMYK
RGB Variations
Color information
#AB0C10 (or 0xAB0C10) is known color: Carmine. HEX triplet: AB, 0C and 10. RGB value is (171,12,16). Sum of RGB (Red+Green+Blue) = 171+12+16=199 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.93% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0C10 is #54F3EF. Grayscale: #3C3C3C. Windows color (decimal): -5567472 or 1051819. OLE color: 1051819.
HSL color Cylindrical-coordinate representation of color #AB0C10: hue angle of 358.49º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0C10 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 12 | 16 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.33 |
| HSL | 358.49º | 0.87% | 0.36% | - |
| HSV(B) | 358.49º | 0.93% | 0.67% | - |
| XYZ | 17.02 | 8.96 | 1.32 | - |
| YUV | 60 | 103.18 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 16 | 0 | 0.93 | 0.91 | 0.33 | 358.49 | 0.87 | 0.36 |
| Hex | AB | C | 10 | 0 | 5D | 5B | 21 | 166 | 57 | 24 |
| Octal | 253 | 14 | 20 | 0 | 135 | 133 | 41 | 546 | 127 | 44 |
| Binary | 10101011 | 1100 | 10000 | 0 | 1011101 | 1011011 | 100001 | 101100110 | 1010111 | 100100 |
Color Harmonies of #AB0C10
Complementary color
Monochromatic Colors of #AB0C10
Black with #AB0C10
Text Example
Text Example
White with #AB0C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0C10; }
p { color: rgb(171,12,16); }
H1.HeaderClassName
{
color: #AB0C10;
}
.AnyTagClassName
{
color: #AB0C10;
}
</style>
background-color css
<style>
a { background-color: #AB0C10; }
a { background-color: rgb(171,12,16); }
div.DivClassName
{
background-color: #AB0C10;
}
.BgClassName
{
background-color: #AB0C10;
}
</style>
border-color css
<style>
span { border-color: #AB0C10; }
span { border-color: rgb(171,12,16); }
td.TdClassName
{
border-color: #AB0C10;
}
.TagClassName
{
border-color: #AB0C10;
}
</style>