Shades of Carmine #AB032F
Tints of Carmine #AB032F
RGB
CMYK
RGB Variations
Color information
#AB032F (or 0xAB032F) is known color: Carmine. HEX triplet: AB, 03 and 2F. RGB value is (171,3,47). Sum of RGB (Red+Green+Blue) = 171+3+47=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB032F is #54FCD0. Grayscale: #3A3A3A. Windows color (decimal): -5569745 or 3081131. OLE color: 3081131.
HSL color Cylindrical-coordinate representation of color #AB032F: hue angle of 344.29º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB032F is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 47 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.33 |
| HSL | 344.29º | 0.97% | 0.34% | - |
| HSV(B) | 344.29º | 0.98% | 0.67% | - |
| XYZ | 17.34 | 8.93 | 3.5 | - |
| YUV | 58.25 | 121.66 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 47 | 0 | 0.98 | 0.73 | 0.33 | 344.29 | 0.97 | 0.34 |
| Hex | AB | 3 | 2F | 0 | 62 | 49 | 21 | 158 | 61 | 22 |
| Octal | 253 | 3 | 57 | 0 | 142 | 111 | 41 | 530 | 141 | 42 |
| Binary | 10101011 | 11 | 101111 | 0 | 1100010 | 1001001 | 100001 | 101011000 | 1100001 | 100010 |
Color Harmonies of #AB032F
Complementary color
Monochromatic Colors of #AB032F
Black with #AB032F
Text Example
Text Example
White with #AB032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB032F; }
p { color: rgb(171,3,47); }
H1.HeaderClassName
{
color: #AB032F;
}
.AnyTagClassName
{
color: #AB032F;
}
</style>
background-color css
<style>
a { background-color: #AB032F; }
a { background-color: rgb(171,3,47); }
div.DivClassName
{
background-color: #AB032F;
}
.BgClassName
{
background-color: #AB032F;
}
</style>
border-color css
<style>
span { border-color: #AB032F; }
span { border-color: rgb(171,3,47); }
td.TdClassName
{
border-color: #AB032F;
}
.TagClassName
{
border-color: #AB032F;
}
</style>