Shades of Carmine #AB0F22
Tints of Carmine #AB0F22
RGB
CMYK
RGB Variations
Color information
#AB0F22 (or 0xAB0F22) is known color: Carmine. HEX triplet: AB, 0F and 22. RGB value is (171,15,34). Sum of RGB (Red+Green+Blue) = 171+15+34=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0F22 is #54F0DD. Grayscale: #3F3F3F. Windows color (decimal): -5566686 or 2232235. OLE color: 2232235.
HSL color Cylindrical-coordinate representation of color #AB0F22: hue angle of 352.69º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB0F22 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 34 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.33 |
| HSL | 352.69º | 0.84% | 0.36% | - |
| HSV(B) | 352.69º | 0.91% | 0.67% | - |
| XYZ | 17.25 | 9.12 | 2.36 | - |
| YUV | 63.81 | 111.18 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 34 | 0 | 0.91 | 0.80 | 0.33 | 352.69 | 0.84 | 0.36 |
| Hex | AB | F | 22 | 0 | 5B | 50 | 21 | 161 | 54 | 24 |
| Octal | 253 | 17 | 42 | 0 | 133 | 120 | 41 | 541 | 124 | 44 |
| Binary | 10101011 | 1111 | 100010 | 0 | 1011011 | 1010000 | 100001 | 101100001 | 1010100 | 100100 |
Color Harmonies of #AB0F22
Complementary color
Monochromatic Colors of #AB0F22
Black with #AB0F22
Text Example
Text Example
White with #AB0F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F22; }
p { color: rgb(171,15,34); }
H1.HeaderClassName
{
color: #AB0F22;
}
.AnyTagClassName
{
color: #AB0F22;
}
</style>
background-color css
<style>
a { background-color: #AB0F22; }
a { background-color: rgb(171,15,34); }
div.DivClassName
{
background-color: #AB0F22;
}
.BgClassName
{
background-color: #AB0F22;
}
</style>
border-color css
<style>
span { border-color: #AB0F22; }
span { border-color: rgb(171,15,34); }
td.TdClassName
{
border-color: #AB0F22;
}
.TagClassName
{
border-color: #AB0F22;
}
</style>