Shades of Carmine #AB042E
Tints of Carmine #AB042E
RGB
CMYK
RGB Variations
Color information
#AB042E (or 0xAB042E) is known color: Carmine. HEX triplet: AB, 04 and 2E. RGB value is (171,4,46). Sum of RGB (Red+Green+Blue) = 171+4+46=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB042E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB042E is #54FBD1. Grayscale: #3A3A3A. Windows color (decimal): -5569490 or 3015851. OLE color: 3015851.
HSL color Cylindrical-coordinate representation of color #AB042E: hue angle of 344.91º 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 #AB042E is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 46 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.33 |
| HSL | 344.91º | 0.95% | 0.34% | - |
| HSV(B) | 344.91º | 0.98% | 0.67% | - |
| XYZ | 17.33 | 8.94 | 3.4 | - |
| YUV | 58.72 | 120.83 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 46 | 0 | 0.98 | 0.73 | 0.33 | 344.91 | 0.95 | 0.34 |
| Hex | AB | 4 | 2E | 0 | 62 | 49 | 21 | 159 | 5F | 22 |
| Octal | 253 | 4 | 56 | 0 | 142 | 111 | 41 | 531 | 137 | 42 |
| Binary | 10101011 | 100 | 101110 | 0 | 1100010 | 1001001 | 100001 | 101011001 | 1011111 | 100010 |
Color Harmonies of #AB042E
Complementary color
Monochromatic Colors of #AB042E
Black with #AB042E
Text Example
Text Example
White with #AB042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB042E; }
p { color: rgb(171,4,46); }
H1.HeaderClassName
{
color: #AB042E;
}
.AnyTagClassName
{
color: #AB042E;
}
</style>
background-color css
<style>
a { background-color: #AB042E; }
a { background-color: rgb(171,4,46); }
div.DivClassName
{
background-color: #AB042E;
}
.BgClassName
{
background-color: #AB042E;
}
</style>
border-color css
<style>
span { border-color: #AB042E; }
span { border-color: rgb(171,4,46); }
td.TdClassName
{
border-color: #AB042E;
}
.TagClassName
{
border-color: #AB042E;
}
</style>