Shades of Carmine #AB060E
Tints of Carmine #AB060E
RGB
CMYK
RGB Variations
Color information
#AB060E (or 0xAB060E) is known color: Carmine. HEX triplet: AB, 06 and 0E. RGB value is (171,6,14). Sum of RGB (Red+Green+Blue) = 171+6+14=191 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.53% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 171 - color contains mainly: red. Hex color #AB060E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB060E is #54F9F1. Grayscale: #383838. Windows color (decimal): -5569010 or 919211. OLE color: 919211.
HSL color Cylindrical-coordinate representation of color #AB060E: hue angle of 357.09º 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 #AB060E is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 14 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.33 |
| HSL | 357.09º | 0.93% | 0.35% | - |
| HSV(B) | 357.09º | 0.96% | 0.67% | - |
| XYZ | 16.94 | 8.82 | 1.23 | - |
| YUV | 56.25 | 104.16 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 14 | 0 | 0.96 | 0.92 | 0.33 | 357.09 | 0.93 | 0.35 |
| Hex | AB | 6 | E | 0 | 60 | 5C | 21 | 165 | 5D | 23 |
| Octal | 253 | 6 | 16 | 0 | 140 | 134 | 41 | 545 | 135 | 43 |
| Binary | 10101011 | 110 | 1110 | 0 | 1100000 | 1011100 | 100001 | 101100101 | 1011101 | 100011 |
Color Harmonies of #AB060E
Complementary color
Monochromatic Colors of #AB060E
Black with #AB060E
Text Example
Text Example
White with #AB060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB060E; }
p { color: rgb(171,6,14); }
H1.HeaderClassName
{
color: #AB060E;
}
.AnyTagClassName
{
color: #AB060E;
}
</style>
background-color css
<style>
a { background-color: #AB060E; }
a { background-color: rgb(171,6,14); }
div.DivClassName
{
background-color: #AB060E;
}
.BgClassName
{
background-color: #AB060E;
}
</style>
border-color css
<style>
span { border-color: #AB060E; }
span { border-color: rgb(171,6,14); }
td.TdClassName
{
border-color: #AB060E;
}
.TagClassName
{
border-color: #AB060E;
}
</style>