Shades of Carmine #AB002E
Tints of Carmine #AB002E
RGB
CMYK
RGB Variations
Color information
#AB002E (or 0xAB002E) is known color: Carmine. HEX triplet: AB, 00 and 2E. RGB value is (171,0,46). Sum of RGB (Red+Green+Blue) = 171+0+46=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB002E is #54FFD1. Grayscale: #383838. Windows color (decimal): -5570514 or 3014827. OLE color: 3014827.
HSL color Cylindrical-coordinate representation of color #AB002E: hue angle of 343.86º 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 #AB002E is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.73 | 0.33 |
| HSL | 343.86º | 1% | 0.34% | - |
| HSV(B) | 343.86º | 1% | 0.67% | - |
| XYZ | 17.29 | 8.86 | 3.38 | - |
| YUV | 56.37 | 122.15 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 46 | 0 | 1 | 0.73 | 0.33 | 343.86 | 1 | 0.34 |
| Hex | AB | 0 | 2E | 0 | 64 | 49 | 21 | 158 | 64 | 22 |
| Octal | 253 | 0 | 56 | 0 | 144 | 111 | 41 | 530 | 144 | 42 |
| Binary | 10101011 | 0 | 101110 | 0 | 1100100 | 1001001 | 100001 | 101011000 | 1100100 | 100010 |
Color Harmonies of #AB002E
Complementary color
Monochromatic Colors of #AB002E
Black with #AB002E
Text Example
Text Example
White with #AB002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB002E; }
p { color: rgb(171,0,46); }
H1.HeaderClassName
{
color: #AB002E;
}
.AnyTagClassName
{
color: #AB002E;
}
</style>
background-color css
<style>
a { background-color: #AB002E; }
a { background-color: rgb(171,0,46); }
div.DivClassName
{
background-color: #AB002E;
}
.BgClassName
{
background-color: #AB002E;
}
</style>
border-color css
<style>
span { border-color: #AB002E; }
span { border-color: rgb(171,0,46); }
td.TdClassName
{
border-color: #AB002E;
}
.TagClassName
{
border-color: #AB002E;
}
</style>