Shades of Carmine #AB052C
Tints of Carmine #AB052C
RGB
CMYK
RGB Variations
Color information
#AB052C (or 0xAB052C) is known color: Carmine. HEX triplet: AB, 05 and 2C. RGB value is (171,5,44). Sum of RGB (Red+Green+Blue) = 171+5+44=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB052C is #54FAD3. Grayscale: #3B3B3B. Windows color (decimal): -5569236 or 2885035. OLE color: 2885035.
HSL color Cylindrical-coordinate representation of color #AB052C: hue angle of 345.9º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB052C is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 44 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.33 |
| HSL | 345.9º | 0.94% | 0.35% | - |
| HSV(B) | 345.9º | 0.97% | 0.67% | - |
| XYZ | 17.3 | 8.95 | 3.2 | - |
| YUV | 59.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 44 | 0 | 0.97 | 0.74 | 0.33 | 345.9 | 0.94 | 0.35 |
| Hex | AB | 5 | 2C | 0 | 61 | 4A | 21 | 15A | 5E | 23 |
| Octal | 253 | 5 | 54 | 0 | 141 | 112 | 41 | 532 | 136 | 43 |
| Binary | 10101011 | 101 | 101100 | 0 | 1100001 | 1001010 | 100001 | 101011010 | 1011110 | 100011 |
Color Harmonies of #AB052C
Complementary color
Monochromatic Colors of #AB052C
Black with #AB052C
Text Example
Text Example
White with #AB052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB052C; }
p { color: rgb(171,5,44); }
H1.HeaderClassName
{
color: #AB052C;
}
.AnyTagClassName
{
color: #AB052C;
}
</style>
background-color css
<style>
a { background-color: #AB052C; }
a { background-color: rgb(171,5,44); }
div.DivClassName
{
background-color: #AB052C;
}
.BgClassName
{
background-color: #AB052C;
}
</style>
border-color css
<style>
span { border-color: #AB052C; }
span { border-color: rgb(171,5,44); }
td.TdClassName
{
border-color: #AB052C;
}
.TagClassName
{
border-color: #AB052C;
}
</style>