Shades of Carmine #AB0622
Tints of Carmine #AB0622
RGB
CMYK
RGB Variations
Color information
#AB0622 (or 0xAB0622) is known color: Carmine. HEX triplet: AB, 06 and 22. RGB value is (171,6,34). Sum of RGB (Red+Green+Blue) = 171+6+34=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0622 is #54F9DD. Grayscale: #3A3A3A. Windows color (decimal): -5568990 or 2229931. OLE color: 2229931.
HSL color Cylindrical-coordinate representation of color #AB0622: hue angle of 349.82º degrees, saturation: 0.93, 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 #AB0622 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 34 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.33 |
| HSL | 349.82º | 0.93% | 0.35% | - |
| HSV(B) | 349.82º | 0.96% | 0.67% | - |
| XYZ | 17.15 | 8.9 | 2.33 | - |
| YUV | 58.53 | 114.16 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 34 | 0 | 0.96 | 0.80 | 0.33 | 349.82 | 0.93 | 0.35 |
| Hex | AB | 6 | 22 | 0 | 60 | 50 | 21 | 15E | 5D | 23 |
| Octal | 253 | 6 | 42 | 0 | 140 | 120 | 41 | 536 | 135 | 43 |
| Binary | 10101011 | 110 | 100010 | 0 | 1100000 | 1010000 | 100001 | 101011110 | 1011101 | 100011 |
Color Harmonies of #AB0622
Complementary color
Monochromatic Colors of #AB0622
Black with #AB0622
Text Example
Text Example
White with #AB0622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0622; }
p { color: rgb(171,6,34); }
H1.HeaderClassName
{
color: #AB0622;
}
.AnyTagClassName
{
color: #AB0622;
}
</style>
background-color css
<style>
a { background-color: #AB0622; }
a { background-color: rgb(171,6,34); }
div.DivClassName
{
background-color: #AB0622;
}
.BgClassName
{
background-color: #AB0622;
}
</style>
border-color css
<style>
span { border-color: #AB0622; }
span { border-color: rgb(171,6,34); }
td.TdClassName
{
border-color: #AB0622;
}
.TagClassName
{
border-color: #AB0622;
}
</style>