Shades of Carmine #AB022A
Tints of Carmine #AB022A
RGB
CMYK
RGB Variations
Color information
#AB022A (or 0xAB022A) is known color: Carmine. HEX triplet: AB, 02 and 2A. RGB value is (171,2,42). Sum of RGB (Red+Green+Blue) = 171+2+42=215 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.53% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 171 - color contains mainly: red. Hex color #AB022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB022A is #54FDD5. Grayscale: #393939. Windows color (decimal): -5570006 or 2753195. OLE color: 2753195.
HSL color Cylindrical-coordinate representation of color #AB022A: hue angle of 345.8º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB022A is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 42 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.33 |
| HSL | 345.8º | 0.98% | 0.34% | - |
| HSV(B) | 345.8º | 0.99% | 0.67% | - |
| XYZ | 17.23 | 8.87 | 2.99 | - |
| YUV | 57.09 | 119.49 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 42 | 0 | 0.99 | 0.75 | 0.33 | 345.8 | 0.98 | 0.34 |
| Hex | AB | 2 | 2A | 0 | 63 | 4B | 21 | 15A | 62 | 22 |
| Octal | 253 | 2 | 52 | 0 | 143 | 113 | 41 | 532 | 142 | 42 |
| Binary | 10101011 | 10 | 101010 | 0 | 1100011 | 1001011 | 100001 | 101011010 | 1100010 | 100010 |
Color Harmonies of #AB022A
Complementary color
Monochromatic Colors of #AB022A
Black with #AB022A
Text Example
Text Example
White with #AB022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB022A; }
p { color: rgb(171,2,42); }
H1.HeaderClassName
{
color: #AB022A;
}
.AnyTagClassName
{
color: #AB022A;
}
</style>
background-color css
<style>
a { background-color: #AB022A; }
a { background-color: rgb(171,2,42); }
div.DivClassName
{
background-color: #AB022A;
}
.BgClassName
{
background-color: #AB022A;
}
</style>
border-color css
<style>
span { border-color: #AB022A; }
span { border-color: rgb(171,2,42); }
td.TdClassName
{
border-color: #AB022A;
}
.TagClassName
{
border-color: #AB022A;
}
</style>