Shades of Carmine #AB021D
Tints of Carmine #AB021D
RGB
CMYK
RGB Variations
Color information
#AB021D (or 0xAB021D) is known color: Carmine. HEX triplet: AB, 02 and 1D. RGB value is (171,2,29). Sum of RGB (Red+Green+Blue) = 171+2+29=202 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.65% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 171 - color contains mainly: red. Hex color #AB021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB021D is #54FDE2. Grayscale: #373737. Windows color (decimal): -5570019 or 1901227. OLE color: 1901227.
HSL color Cylindrical-coordinate representation of color #AB021D: hue angle of 350.41º 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 #AB021D is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.33 |
| HSL | 350.41º | 0.98% | 0.34% | - |
| HSV(B) | 350.41º | 0.99% | 0.67% | - |
| XYZ | 17.04 | 8.79 | 1.96 | - |
| YUV | 55.61 | 112.99 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 29 | 0 | 0.99 | 0.83 | 0.33 | 350.41 | 0.98 | 0.34 |
| Hex | AB | 2 | 1D | 0 | 63 | 53 | 21 | 15E | 62 | 22 |
| Octal | 253 | 2 | 35 | 0 | 143 | 123 | 41 | 536 | 142 | 42 |
| Binary | 10101011 | 10 | 11101 | 0 | 1100011 | 1010011 | 100001 | 101011110 | 1100010 | 100010 |
Color Harmonies of #AB021D
Complementary color
Monochromatic Colors of #AB021D
Black with #AB021D
Text Example
Text Example
White with #AB021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB021D; }
p { color: rgb(171,2,29); }
H1.HeaderClassName
{
color: #AB021D;
}
.AnyTagClassName
{
color: #AB021D;
}
</style>
background-color css
<style>
a { background-color: #AB021D; }
a { background-color: rgb(171,2,29); }
div.DivClassName
{
background-color: #AB021D;
}
.BgClassName
{
background-color: #AB021D;
}
</style>
border-color css
<style>
span { border-color: #AB021D; }
span { border-color: rgb(171,2,29); }
td.TdClassName
{
border-color: #AB021D;
}
.TagClassName
{
border-color: #AB021D;
}
</style>