Shades of Carmine #AB012F
Tints of Carmine #AB012F
RGB
CMYK
RGB Variations
Color information
#AB012F (or 0xAB012F) is known color: Carmine. HEX triplet: AB, 01 and 2F. RGB value is (171,1,47). Sum of RGB (Red+Green+Blue) = 171+1+47=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB012F is #54FED0. Grayscale: #393939. Windows color (decimal): -5570257 or 3080619. OLE color: 3080619.
HSL color Cylindrical-coordinate representation of color #AB012F: hue angle of 343.76º 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 #AB012F is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.33 |
| HSL | 343.76º | 0.99% | 0.34% | - |
| HSV(B) | 343.76º | 0.99% | 0.67% | - |
| XYZ | 17.32 | 8.88 | 3.49 | - |
| YUV | 57.07 | 122.32 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 47 | 0 | 0.99 | 0.73 | 0.33 | 343.76 | 0.99 | 0.34 |
| Hex | AB | 1 | 2F | 0 | 63 | 49 | 21 | 158 | 63 | 22 |
| Octal | 253 | 1 | 57 | 0 | 143 | 111 | 41 | 530 | 143 | 42 |
| Binary | 10101011 | 1 | 101111 | 0 | 1100011 | 1001001 | 100001 | 101011000 | 1100011 | 100010 |
Color Harmonies of #AB012F
Complementary color
Monochromatic Colors of #AB012F
Black with #AB012F
Text Example
Text Example
White with #AB012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB012F; }
p { color: rgb(171,1,47); }
H1.HeaderClassName
{
color: #AB012F;
}
.AnyTagClassName
{
color: #AB012F;
}
</style>
background-color css
<style>
a { background-color: #AB012F; }
a { background-color: rgb(171,1,47); }
div.DivClassName
{
background-color: #AB012F;
}
.BgClassName
{
background-color: #AB012F;
}
</style>
border-color css
<style>
span { border-color: #AB012F; }
span { border-color: rgb(171,1,47); }
td.TdClassName
{
border-color: #AB012F;
}
.TagClassName
{
border-color: #AB012F;
}
</style>