Shades of Carmine #AB1027
Tints of Carmine #AB1027
RGB
CMYK
RGB Variations
Color information
#AB1027 (or 0xAB1027) is known color: Carmine. HEX triplet: AB, 10 and 27. RGB value is (171,16,39). Sum of RGB (Red+Green+Blue) = 171+16+39=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1027 is #54EFD8. Grayscale: #414141. Windows color (decimal): -5566425 or 2560171. OLE color: 2560171.
HSL color Cylindrical-coordinate representation of color #AB1027: hue angle of 351.1º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB1027 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 39 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.33 |
| HSL | 351.1º | 0.83% | 0.37% | - |
| HSV(B) | 351.1º | 0.91% | 0.67% | - |
| XYZ | 17.35 | 9.17 | 2.78 | - |
| YUV | 64.97 | 113.35 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 39 | 0 | 0.91 | 0.77 | 0.33 | 351.1 | 0.83 | 0.37 |
| Hex | AB | 10 | 27 | 0 | 5B | 4D | 21 | 15F | 53 | 25 |
| Octal | 253 | 20 | 47 | 0 | 133 | 115 | 41 | 537 | 123 | 45 |
| Binary | 10101011 | 10000 | 100111 | 0 | 1011011 | 1001101 | 100001 | 101011111 | 1010011 | 100101 |
Color Harmonies of #AB1027
Complementary color
Monochromatic Colors of #AB1027
Black with #AB1027
Text Example
Text Example
White with #AB1027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1027; }
p { color: rgb(171,16,39); }
H1.HeaderClassName
{
color: #AB1027;
}
.AnyTagClassName
{
color: #AB1027;
}
</style>
background-color css
<style>
a { background-color: #AB1027; }
a { background-color: rgb(171,16,39); }
div.DivClassName
{
background-color: #AB1027;
}
.BgClassName
{
background-color: #AB1027;
}
</style>
border-color css
<style>
span { border-color: #AB1027; }
span { border-color: rgb(171,16,39); }
td.TdClassName
{
border-color: #AB1027;
}
.TagClassName
{
border-color: #AB1027;
}
</style>