Shades of Carmine #AB0722
Tints of Carmine #AB0722
RGB
CMYK
RGB Variations
Color information
#AB0722 (or 0xAB0722) is known color: Carmine. HEX triplet: AB, 07 and 22. RGB value is (171,7,34). Sum of RGB (Red+Green+Blue) = 171+7+34=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0722 is #54F8DD. Grayscale: #3B3B3B. Windows color (decimal): -5568734 or 2230187. OLE color: 2230187.
HSL color Cylindrical-coordinate representation of color #AB0722: hue angle of 350.12º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0722 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 34 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.33 |
| HSL | 350.12º | 0.92% | 0.35% | - |
| HSV(B) | 350.12º | 0.96% | 0.67% | - |
| XYZ | 17.16 | 8.93 | 2.33 | - |
| YUV | 59.11 | 113.83 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 34 | 0 | 0.96 | 0.80 | 0.33 | 350.12 | 0.92 | 0.35 |
| Hex | AB | 7 | 22 | 0 | 60 | 50 | 21 | 15E | 5C | 23 |
| Octal | 253 | 7 | 42 | 0 | 140 | 120 | 41 | 536 | 134 | 43 |
| Binary | 10101011 | 111 | 100010 | 0 | 1100000 | 1010000 | 100001 | 101011110 | 1011100 | 100011 |
Color Harmonies of #AB0722
Complementary color
Monochromatic Colors of #AB0722
Black with #AB0722
Text Example
Text Example
White with #AB0722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0722; }
p { color: rgb(171,7,34); }
H1.HeaderClassName
{
color: #AB0722;
}
.AnyTagClassName
{
color: #AB0722;
}
</style>
background-color css
<style>
a { background-color: #AB0722; }
a { background-color: rgb(171,7,34); }
div.DivClassName
{
background-color: #AB0722;
}
.BgClassName
{
background-color: #AB0722;
}
</style>
border-color css
<style>
span { border-color: #AB0722; }
span { border-color: rgb(171,7,34); }
td.TdClassName
{
border-color: #AB0722;
}
.TagClassName
{
border-color: #AB0722;
}
</style>