Shades of Carmine #AB0922
Tints of Carmine #AB0922
RGB
CMYK
RGB Variations
Color information
#AB0922 (or 0xAB0922) is known color: Carmine. HEX triplet: AB, 09 and 22. RGB value is (171,9,34). Sum of RGB (Red+Green+Blue) = 171+9+34=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0922 is #54F6DD. Grayscale: #3C3C3C. Windows color (decimal): -5568222 or 2230699. OLE color: 2230699.
HSL color Cylindrical-coordinate representation of color #AB0922: hue angle of 350.74º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0922 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 9 | 34 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.33 |
| HSL | 350.74º | 0.9% | 0.35% | - |
| HSV(B) | 350.74º | 0.95% | 0.67% | - |
| XYZ | 17.18 | 8.97 | 2.34 | - |
| YUV | 60.29 | 113.17 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 34 | 0 | 0.95 | 0.80 | 0.33 | 350.74 | 0.9 | 0.35 |
| Hex | AB | 9 | 22 | 0 | 5F | 50 | 21 | 15F | 5A | 23 |
| Octal | 253 | 11 | 42 | 0 | 137 | 120 | 41 | 537 | 132 | 43 |
| Binary | 10101011 | 1001 | 100010 | 0 | 1011111 | 1010000 | 100001 | 101011111 | 1011010 | 100011 |
Color Harmonies of #AB0922
Complementary color
Monochromatic Colors of #AB0922
Black with #AB0922
Text Example
Text Example
White with #AB0922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0922; }
p { color: rgb(171,9,34); }
H1.HeaderClassName
{
color: #AB0922;
}
.AnyTagClassName
{
color: #AB0922;
}
</style>
background-color css
<style>
a { background-color: #AB0922; }
a { background-color: rgb(171,9,34); }
div.DivClassName
{
background-color: #AB0922;
}
.BgClassName
{
background-color: #AB0922;
}
</style>
border-color css
<style>
span { border-color: #AB0922; }
span { border-color: rgb(171,9,34); }
td.TdClassName
{
border-color: #AB0922;
}
.TagClassName
{
border-color: #AB0922;
}
</style>