Shades of Carmine #AB012A
Tints of Carmine #AB012A
RGB
CMYK
RGB Variations
Color information
#AB012A (or 0xAB012A) is known color: Carmine. HEX triplet: AB, 01 and 2A. RGB value is (171,1,42). Sum of RGB (Red+Green+Blue) = 171+1+42=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB012A is #54FED5. Grayscale: #383838. Windows color (decimal): -5570262 or 2752939. OLE color: 2752939.
HSL color Cylindrical-coordinate representation of color #AB012A: hue angle of 345.53º degrees, saturation: 0.99, 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 #AB012A is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.33 |
| HSL | 345.53º | 0.99% | 0.34% | - |
| HSV(B) | 345.53º | 0.99% | 0.67% | - |
| XYZ | 17.22 | 8.85 | 2.99 | - |
| YUV | 56.5 | 119.82 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 42 | 0 | 0.99 | 0.75 | 0.33 | 345.53 | 0.99 | 0.34 |
| Hex | AB | 1 | 2A | 0 | 63 | 4B | 21 | 15A | 63 | 22 |
| Octal | 253 | 1 | 52 | 0 | 143 | 113 | 41 | 532 | 143 | 42 |
| Binary | 10101011 | 1 | 101010 | 0 | 1100011 | 1001011 | 100001 | 101011010 | 1100011 | 100010 |
Color Harmonies of #AB012A
Complementary color
Monochromatic Colors of #AB012A
Black with #AB012A
Text Example
Text Example
White with #AB012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB012A; }
p { color: rgb(171,1,42); }
H1.HeaderClassName
{
color: #AB012A;
}
.AnyTagClassName
{
color: #AB012A;
}
</style>
background-color css
<style>
a { background-color: #AB012A; }
a { background-color: rgb(171,1,42); }
div.DivClassName
{
background-color: #AB012A;
}
.BgClassName
{
background-color: #AB012A;
}
</style>
border-color css
<style>
span { border-color: #AB012A; }
span { border-color: rgb(171,1,42); }
td.TdClassName
{
border-color: #AB012A;
}
.TagClassName
{
border-color: #AB012A;
}
</style>