Shades of Carmine #AB0E2A
Tints of Carmine #AB0E2A
RGB
CMYK
RGB Variations
Color information
#AB0E2A (or 0xAB0E2A) is known color: Carmine. HEX triplet: AB, 0E and 2A. RGB value is (171,14,42). Sum of RGB (Red+Green+Blue) = 171+14+42=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0E2A is #54F1D5. Grayscale: #404040. Windows color (decimal): -5566934 or 2756267. OLE color: 2756267.
HSL color Cylindrical-coordinate representation of color #AB0E2A: hue angle of 349.3º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0E2A is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 14 | 42 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.33 |
| HSL | 349.3º | 0.85% | 0.36% | - |
| HSV(B) | 349.3º | 0.92% | 0.67% | - |
| XYZ | 17.37 | 9.14 | 3.04 | - |
| YUV | 64.14 | 115.51 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 42 | 0 | 0.92 | 0.75 | 0.33 | 349.3 | 0.85 | 0.36 |
| Hex | AB | E | 2A | 0 | 5C | 4B | 21 | 15D | 55 | 24 |
| Octal | 253 | 16 | 52 | 0 | 134 | 113 | 41 | 535 | 125 | 44 |
| Binary | 10101011 | 1110 | 101010 | 0 | 1011100 | 1001011 | 100001 | 101011101 | 1010101 | 100100 |
Color Harmonies of #AB0E2A
Complementary color
Monochromatic Colors of #AB0E2A
Black with #AB0E2A
Text Example
Text Example
White with #AB0E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0E2A; }
p { color: rgb(171,14,42); }
H1.HeaderClassName
{
color: #AB0E2A;
}
.AnyTagClassName
{
color: #AB0E2A;
}
</style>
background-color css
<style>
a { background-color: #AB0E2A; }
a { background-color: rgb(171,14,42); }
div.DivClassName
{
background-color: #AB0E2A;
}
.BgClassName
{
background-color: #AB0E2A;
}
</style>
border-color css
<style>
span { border-color: #AB0E2A; }
span { border-color: rgb(171,14,42); }
td.TdClassName
{
border-color: #AB0E2A;
}
.TagClassName
{
border-color: #AB0E2A;
}
</style>