Shades of Carmine #AB1127
Tints of Carmine #AB1127
RGB
CMYK
RGB Variations
Color information
#AB1127 (or 0xAB1127) is known color: Carmine. HEX triplet: AB, 11 and 27. RGB value is (171,17,39). Sum of RGB (Red+Green+Blue) = 171+17+39=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1127 is #54EED8. Grayscale: #414141. Windows color (decimal): -5566169 or 2560427. OLE color: 2560427.
HSL color Cylindrical-coordinate representation of color #AB1127: hue angle of 351.43º 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 #AB1127 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 39 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.33 |
| HSL | 351.43º | 0.82% | 0.37% | - |
| HSV(B) | 351.43º | 0.9% | 0.67% | - |
| XYZ | 17.36 | 9.21 | 2.78 | - |
| YUV | 65.55 | 113.02 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 39 | 0 | 0.90 | 0.77 | 0.33 | 351.43 | 0.82 | 0.37 |
| Hex | AB | 11 | 27 | 0 | 5A | 4D | 21 | 15F | 52 | 25 |
| Octal | 253 | 21 | 47 | 0 | 132 | 115 | 41 | 537 | 122 | 45 |
| Binary | 10101011 | 10001 | 100111 | 0 | 1011010 | 1001101 | 100001 | 101011111 | 1010010 | 100101 |
Color Harmonies of #AB1127
Complementary color
Monochromatic Colors of #AB1127
Black with #AB1127
Text Example
Text Example
White with #AB1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1127; }
p { color: rgb(171,17,39); }
H1.HeaderClassName
{
color: #AB1127;
}
.AnyTagClassName
{
color: #AB1127;
}
</style>
background-color css
<style>
a { background-color: #AB1127; }
a { background-color: rgb(171,17,39); }
div.DivClassName
{
background-color: #AB1127;
}
.BgClassName
{
background-color: #AB1127;
}
</style>
border-color css
<style>
span { border-color: #AB1127; }
span { border-color: rgb(171,17,39); }
td.TdClassName
{
border-color: #AB1127;
}
.TagClassName
{
border-color: #AB1127;
}
</style>