Shades of Carmine #AB0812
Tints of Carmine #AB0812
RGB
CMYK
RGB Variations
Color information
#AB0812 (or 0xAB0812) is known color: Carmine. HEX triplet: AB, 08 and 12. RGB value is (171,8,18). Sum of RGB (Red+Green+Blue) = 171+8+18=197 (26% of max value = 765). Red value is 171 (67.19% from 255 or 86.80% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0812 is #54F7ED. Grayscale: #393939. Windows color (decimal): -5568494 or 1181867. OLE color: 1181867.
HSL color Cylindrical-coordinate representation of color #AB0812: hue angle of 356.32º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0812 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 18 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.33 |
| HSL | 356.32º | 0.91% | 0.35% | - |
| HSV(B) | 356.32º | 0.95% | 0.67% | - |
| XYZ | 16.99 | 8.88 | 1.39 | - |
| YUV | 57.88 | 105.5 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 18 | 0 | 0.95 | 0.89 | 0.33 | 356.32 | 0.91 | 0.35 |
| Hex | AB | 8 | 12 | 0 | 5F | 59 | 21 | 164 | 5B | 23 |
| Octal | 253 | 10 | 22 | 0 | 137 | 131 | 41 | 544 | 133 | 43 |
| Binary | 10101011 | 1000 | 10010 | 0 | 1011111 | 1011001 | 100001 | 101100100 | 1011011 | 100011 |
Color Harmonies of #AB0812
Complementary color
Monochromatic Colors of #AB0812
Black with #AB0812
Text Example
Text Example
White with #AB0812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0812; }
p { color: rgb(171,8,18); }
H1.HeaderClassName
{
color: #AB0812;
}
.AnyTagClassName
{
color: #AB0812;
}
</style>
background-color css
<style>
a { background-color: #AB0812; }
a { background-color: rgb(171,8,18); }
div.DivClassName
{
background-color: #AB0812;
}
.BgClassName
{
background-color: #AB0812;
}
</style>
border-color css
<style>
span { border-color: #AB0812; }
span { border-color: rgb(171,8,18); }
td.TdClassName
{
border-color: #AB0812;
}
.TagClassName
{
border-color: #AB0812;
}
</style>