Shades of Carmine #AB0F23
Tints of Carmine #AB0F23
RGB
CMYK
RGB Variations
Color information
#AB0F23 (or 0xAB0F23) is known color: Carmine. HEX triplet: AB, 0F and 23. RGB value is (171,15,35). Sum of RGB (Red+Green+Blue) = 171+15+35=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0F23 is #54F0DC. Grayscale: #404040. Windows color (decimal): -5566685 or 2297771. OLE color: 2297771.
HSL color Cylindrical-coordinate representation of color #AB0F23: hue angle of 352.31º 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 #AB0F23 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 35 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.33 |
| HSL | 352.31º | 0.84% | 0.36% | - |
| HSV(B) | 352.31º | 0.91% | 0.67% | - |
| XYZ | 17.27 | 9.12 | 2.44 | - |
| YUV | 63.92 | 111.68 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 35 | 0 | 0.91 | 0.80 | 0.33 | 352.31 | 0.84 | 0.36 |
| Hex | AB | F | 23 | 0 | 5B | 50 | 21 | 160 | 54 | 24 |
| Octal | 253 | 17 | 43 | 0 | 133 | 120 | 41 | 540 | 124 | 44 |
| Binary | 10101011 | 1111 | 100011 | 0 | 1011011 | 1010000 | 100001 | 101100000 | 1010100 | 100100 |
Color Harmonies of #AB0F23
Complementary color
Monochromatic Colors of #AB0F23
Black with #AB0F23
Text Example
Text Example
White with #AB0F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F23; }
p { color: rgb(171,15,35); }
H1.HeaderClassName
{
color: #AB0F23;
}
.AnyTagClassName
{
color: #AB0F23;
}
</style>
background-color css
<style>
a { background-color: #AB0F23; }
a { background-color: rgb(171,15,35); }
div.DivClassName
{
background-color: #AB0F23;
}
.BgClassName
{
background-color: #AB0F23;
}
</style>
border-color css
<style>
span { border-color: #AB0F23; }
span { border-color: rgb(171,15,35); }
td.TdClassName
{
border-color: #AB0F23;
}
.TagClassName
{
border-color: #AB0F23;
}
</style>