Shades of Carmine #AB052B
Tints of Carmine #AB052B
RGB
CMYK
RGB Variations
Color information
#AB052B (or 0xAB052B) is known color: Carmine. HEX triplet: AB, 05 and 2B. RGB value is (171,5,43). Sum of RGB (Red+Green+Blue) = 171+5+43=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB052B is #54FAD4. Grayscale: #3A3A3A. Windows color (decimal): -5569237 or 2819499. OLE color: 2819499.
HSL color Cylindrical-coordinate representation of color #AB052B: hue angle of 346.27º 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 #AB052B is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 43 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.33 |
| HSL | 346.27º | 0.94% | 0.35% | - |
| HSV(B) | 346.27º | 0.97% | 0.67% | - |
| XYZ | 17.28 | 8.94 | 3.1 | - |
| YUV | 58.97 | 119 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 43 | 0 | 0.97 | 0.75 | 0.33 | 346.27 | 0.94 | 0.35 |
| Hex | AB | 5 | 2B | 0 | 61 | 4B | 21 | 15A | 5E | 23 |
| Octal | 253 | 5 | 53 | 0 | 141 | 113 | 41 | 532 | 136 | 43 |
| Binary | 10101011 | 101 | 101011 | 0 | 1100001 | 1001011 | 100001 | 101011010 | 1011110 | 100011 |
Color Harmonies of #AB052B
Complementary color
Monochromatic Colors of #AB052B
Black with #AB052B
Text Example
Text Example
White with #AB052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB052B; }
p { color: rgb(171,5,43); }
H1.HeaderClassName
{
color: #AB052B;
}
.AnyTagClassName
{
color: #AB052B;
}
</style>
background-color css
<style>
a { background-color: #AB052B; }
a { background-color: rgb(171,5,43); }
div.DivClassName
{
background-color: #AB052B;
}
.BgClassName
{
background-color: #AB052B;
}
</style>
border-color css
<style>
span { border-color: #AB052B; }
span { border-color: rgb(171,5,43); }
td.TdClassName
{
border-color: #AB052B;
}
.TagClassName
{
border-color: #AB052B;
}
</style>