Shades of Carmine #AB002A
Tints of Carmine #AB002A
RGB
CMYK
RGB Variations
Color information
#AB002A (or 0xAB002A) is known color: Carmine. HEX triplet: AB, 00 and 2A. RGB value is (171,0,42). Sum of RGB (Red+Green+Blue) = 171+0+42=213 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.28% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 171 - color contains mainly: red. Hex color #AB002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB002A is #54FFD5. Grayscale: #373737. Windows color (decimal): -5570518 or 2752683. OLE color: 2752683.
HSL color Cylindrical-coordinate representation of color #AB002A: hue angle of 345.26º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB002A is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.75 | 0.33 |
| HSL | 345.26º | 1% | 0.34% | - |
| HSV(B) | 345.26º | 1% | 0.67% | - |
| XYZ | 17.21 | 8.83 | 2.99 | - |
| YUV | 55.92 | 120.15 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 42 | 0 | 1 | 0.75 | 0.33 | 345.26 | 1 | 0.34 |
| Hex | AB | 0 | 2A | 0 | 64 | 4B | 21 | 159 | 64 | 22 |
| Octal | 253 | 0 | 52 | 0 | 144 | 113 | 41 | 531 | 144 | 42 |
| Binary | 10101011 | 0 | 101010 | 0 | 1100100 | 1001011 | 100001 | 101011001 | 1100100 | 100010 |
Color Harmonies of #AB002A
Complementary color
Monochromatic Colors of #AB002A
Black with #AB002A
Text Example
Text Example
White with #AB002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB002A; }
p { color: rgb(171,0,42); }
H1.HeaderClassName
{
color: #AB002A;
}
.AnyTagClassName
{
color: #AB002A;
}
</style>
background-color css
<style>
a { background-color: #AB002A; }
a { background-color: rgb(171,0,42); }
div.DivClassName
{
background-color: #AB002A;
}
.BgClassName
{
background-color: #AB002A;
}
</style>
border-color css
<style>
span { border-color: #AB002A; }
span { border-color: rgb(171,0,42); }
td.TdClassName
{
border-color: #AB002A;
}
.TagClassName
{
border-color: #AB002A;
}
</style>