Shades of Carmine #AB002D
Tints of Carmine #AB002D
RGB
CMYK
RGB Variations
Color information
#AB002D (or 0xAB002D) is known color: Carmine. HEX triplet: AB, 00 and 2D. RGB value is (171,0,45). Sum of RGB (Red+Green+Blue) = 171+0+45=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB002D is #54FFD2. Grayscale: #383838. Windows color (decimal): -5570515 or 2949291. OLE color: 2949291.
HSL color Cylindrical-coordinate representation of color #AB002D: hue angle of 344.21º 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 #AB002D is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.74 | 0.33 |
| HSL | 344.21º | 1% | 0.34% | - |
| HSV(B) | 344.21º | 1% | 0.67% | - |
| XYZ | 17.27 | 8.85 | 3.28 | - |
| YUV | 56.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 45 | 0 | 1 | 0.74 | 0.33 | 344.21 | 1 | 0.34 |
| Hex | AB | 0 | 2D | 0 | 64 | 4A | 21 | 158 | 64 | 22 |
| Octal | 253 | 0 | 55 | 0 | 144 | 112 | 41 | 530 | 144 | 42 |
| Binary | 10101011 | 0 | 101101 | 0 | 1100100 | 1001010 | 100001 | 101011000 | 1100100 | 100010 |
Color Harmonies of #AB002D
Complementary color
Monochromatic Colors of #AB002D
Black with #AB002D
Text Example
Text Example
White with #AB002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB002D; }
p { color: rgb(171,0,45); }
H1.HeaderClassName
{
color: #AB002D;
}
.AnyTagClassName
{
color: #AB002D;
}
</style>
background-color css
<style>
a { background-color: #AB002D; }
a { background-color: rgb(171,0,45); }
div.DivClassName
{
background-color: #AB002D;
}
.BgClassName
{
background-color: #AB002D;
}
</style>
border-color css
<style>
span { border-color: #AB002D; }
span { border-color: rgb(171,0,45); }
td.TdClassName
{
border-color: #AB002D;
}
.TagClassName
{
border-color: #AB002D;
}
</style>