Shades of Carmine #AB0616
Tints of Carmine #AB0616
RGB
CMYK
RGB Variations
Color information
#AB0616 (or 0xAB0616) is known color: Carmine. HEX triplet: AB, 06 and 16. RGB value is (171,6,22). Sum of RGB (Red+Green+Blue) = 171+6+22=199 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.93% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0616 is #54F9E9. Grayscale: #393939. Windows color (decimal): -5569002 or 1443499. OLE color: 1443499.
HSL color Cylindrical-coordinate representation of color #AB0616: hue angle of 354.18º degrees, saturation: 0.93, 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 #AB0616 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 22 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.33 |
| HSL | 354.18º | 0.93% | 0.35% | - |
| HSV(B) | 354.18º | 0.96% | 0.67% | - |
| XYZ | 17 | 8.85 | 1.57 | - |
| YUV | 57.16 | 108.16 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 22 | 0 | 0.96 | 0.87 | 0.33 | 354.18 | 0.93 | 0.35 |
| Hex | AB | 6 | 16 | 0 | 60 | 57 | 21 | 162 | 5D | 23 |
| Octal | 253 | 6 | 26 | 0 | 140 | 127 | 41 | 542 | 135 | 43 |
| Binary | 10101011 | 110 | 10110 | 0 | 1100000 | 1010111 | 100001 | 101100010 | 1011101 | 100011 |
Color Harmonies of #AB0616
Complementary color
Monochromatic Colors of #AB0616
Black with #AB0616
Text Example
Text Example
White with #AB0616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0616; }
p { color: rgb(171,6,22); }
H1.HeaderClassName
{
color: #AB0616;
}
.AnyTagClassName
{
color: #AB0616;
}
</style>
background-color css
<style>
a { background-color: #AB0616; }
a { background-color: rgb(171,6,22); }
div.DivClassName
{
background-color: #AB0616;
}
.BgClassName
{
background-color: #AB0616;
}
</style>
border-color css
<style>
span { border-color: #AB0616; }
span { border-color: rgb(171,6,22); }
td.TdClassName
{
border-color: #AB0616;
}
.TagClassName
{
border-color: #AB0616;
}
</style>