Shades of Carmine #AB040E
Tints of Carmine #AB040E
RGB
CMYK
RGB Variations
Color information
#AB040E (or 0xAB040E) is known color: Carmine. HEX triplet: AB, 04 and 0E. RGB value is (171,4,14). Sum of RGB (Red+Green+Blue) = 171+4+14=189 (25% of max value = 765). Red value is 171 (67.19% from 255 or 90.48% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 171 - color contains mainly: red. Hex color #AB040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB040E is #54FBF1. Grayscale: #373737. Windows color (decimal): -5569522 or 918699. OLE color: 918699.
HSL color Cylindrical-coordinate representation of color #AB040E: hue angle of 356.41º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB040E is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.33 |
| HSL | 356.41º | 0.95% | 0.34% | - |
| HSV(B) | 356.41º | 0.98% | 0.67% | - |
| XYZ | 16.92 | 8.78 | 1.22 | - |
| YUV | 55.07 | 104.83 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 14 | 0 | 0.98 | 0.92 | 0.33 | 356.41 | 0.95 | 0.34 |
| Hex | AB | 4 | E | 0 | 62 | 5C | 21 | 164 | 5F | 22 |
| Octal | 253 | 4 | 16 | 0 | 142 | 134 | 41 | 544 | 137 | 42 |
| Binary | 10101011 | 100 | 1110 | 0 | 1100010 | 1011100 | 100001 | 101100100 | 1011111 | 100010 |
Color Harmonies of #AB040E
Complementary color
Monochromatic Colors of #AB040E
Black with #AB040E
Text Example
Text Example
White with #AB040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB040E; }
p { color: rgb(171,4,14); }
H1.HeaderClassName
{
color: #AB040E;
}
.AnyTagClassName
{
color: #AB040E;
}
</style>
background-color css
<style>
a { background-color: #AB040E; }
a { background-color: rgb(171,4,14); }
div.DivClassName
{
background-color: #AB040E;
}
.BgClassName
{
background-color: #AB040E;
}
</style>
border-color css
<style>
span { border-color: #AB040E; }
span { border-color: rgb(171,4,14); }
td.TdClassName
{
border-color: #AB040E;
}
.TagClassName
{
border-color: #AB040E;
}
</style>