Shades of Carmine #AB0711
Tints of Carmine #AB0711
RGB
CMYK
RGB Variations
Color information
#AB0711 (or 0xAB0711) is known color: Carmine. HEX triplet: AB, 07 and 11. RGB value is (171,7,17). Sum of RGB (Red+Green+Blue) = 171+7+17=195 (25% of max value = 765). Red value is 171 (67.19% from 255 or 87.69% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0711 is #54F8EE. Grayscale: #393939. Windows color (decimal): -5568751 or 1116075. OLE color: 1116075.
HSL color Cylindrical-coordinate representation of color #AB0711: hue angle of 356.34º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0711 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 17 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.33 |
| HSL | 356.34º | 0.92% | 0.35% | - |
| HSV(B) | 356.34º | 0.96% | 0.67% | - |
| XYZ | 16.97 | 8.85 | 1.34 | - |
| YUV | 57.18 | 105.33 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 17 | 0 | 0.96 | 0.90 | 0.33 | 356.34 | 0.92 | 0.35 |
| Hex | AB | 7 | 11 | 0 | 60 | 5A | 21 | 164 | 5C | 23 |
| Octal | 253 | 7 | 21 | 0 | 140 | 132 | 41 | 544 | 134 | 43 |
| Binary | 10101011 | 111 | 10001 | 0 | 1100000 | 1011010 | 100001 | 101100100 | 1011100 | 100011 |
Color Harmonies of #AB0711
Complementary color
Monochromatic Colors of #AB0711
Black with #AB0711
Text Example
Text Example
White with #AB0711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0711; }
p { color: rgb(171,7,17); }
H1.HeaderClassName
{
color: #AB0711;
}
.AnyTagClassName
{
color: #AB0711;
}
</style>
background-color css
<style>
a { background-color: #AB0711; }
a { background-color: rgb(171,7,17); }
div.DivClassName
{
background-color: #AB0711;
}
.BgClassName
{
background-color: #AB0711;
}
</style>
border-color css
<style>
span { border-color: #AB0711; }
span { border-color: rgb(171,7,17); }
td.TdClassName
{
border-color: #AB0711;
}
.TagClassName
{
border-color: #AB0711;
}
</style>