Shades of Carmine #AB1123
Tints of Carmine #AB1123
RGB
CMYK
RGB Variations
Color information
#AB1123 (or 0xAB1123) is known color: Carmine. HEX triplet: AB, 11 and 23. RGB value is (171,17,35). Sum of RGB (Red+Green+Blue) = 171+17+35=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1123 is #54EEDC. Grayscale: #414141. Windows color (decimal): -5566173 or 2298283. OLE color: 2298283.
HSL color Cylindrical-coordinate representation of color #AB1123: hue angle of 352.99º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1123 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 35 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.33 |
| HSL | 352.99º | 0.82% | 0.37% | - |
| HSV(B) | 352.99º | 0.9% | 0.67% | - |
| XYZ | 17.3 | 9.18 | 2.45 | - |
| YUV | 65.1 | 111.02 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 35 | 0 | 0.90 | 0.80 | 0.33 | 352.99 | 0.82 | 0.37 |
| Hex | AB | 11 | 23 | 0 | 5A | 50 | 21 | 161 | 52 | 25 |
| Octal | 253 | 21 | 43 | 0 | 132 | 120 | 41 | 541 | 122 | 45 |
| Binary | 10101011 | 10001 | 100011 | 0 | 1011010 | 1010000 | 100001 | 101100001 | 1010010 | 100101 |
Color Harmonies of #AB1123
Complementary color
Monochromatic Colors of #AB1123
Black with #AB1123
Text Example
Text Example
White with #AB1123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1123; }
p { color: rgb(171,17,35); }
H1.HeaderClassName
{
color: #AB1123;
}
.AnyTagClassName
{
color: #AB1123;
}
</style>
background-color css
<style>
a { background-color: #AB1123; }
a { background-color: rgb(171,17,35); }
div.DivClassName
{
background-color: #AB1123;
}
.BgClassName
{
background-color: #AB1123;
}
</style>
border-color css
<style>
span { border-color: #AB1123; }
span { border-color: rgb(171,17,35); }
td.TdClassName
{
border-color: #AB1123;
}
.TagClassName
{
border-color: #AB1123;
}
</style>