Shades of Carmine #AB0027
Tints of Carmine #AB0027
RGB
CMYK
RGB Variations
Color information
#AB0027 (or 0xAB0027) is known color: Carmine. HEX triplet: AB, 00 and 27. RGB value is (171,0,39). Sum of RGB (Red+Green+Blue) = 171+0+39=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0027 is #54FFD8. Grayscale: #373737. Windows color (decimal): -5570521 or 2556075. OLE color: 2556075.
HSL color Cylindrical-coordinate representation of color #AB0027: hue angle of 346.32º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB0027 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.77 | 0.33 |
| HSL | 346.32º | 1% | 0.34% | - |
| HSV(B) | 346.32º | 1% | 0.67% | - |
| XYZ | 17.16 | 8.8 | 2.71 | - |
| YUV | 55.58 | 118.65 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 39 | 0 | 1 | 0.77 | 0.33 | 346.32 | 1 | 0.34 |
| Hex | AB | 0 | 27 | 0 | 64 | 4D | 21 | 15A | 64 | 22 |
| Octal | 253 | 0 | 47 | 0 | 144 | 115 | 41 | 532 | 144 | 42 |
| Binary | 10101011 | 0 | 100111 | 0 | 1100100 | 1001101 | 100001 | 101011010 | 1100100 | 100010 |
Color Harmonies of #AB0027
Complementary color
Monochromatic Colors of #AB0027
Black with #AB0027
Text Example
Text Example
White with #AB0027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0027; }
p { color: rgb(171,0,39); }
H1.HeaderClassName
{
color: #AB0027;
}
.AnyTagClassName
{
color: #AB0027;
}
</style>
background-color css
<style>
a { background-color: #AB0027; }
a { background-color: rgb(171,0,39); }
div.DivClassName
{
background-color: #AB0027;
}
.BgClassName
{
background-color: #AB0027;
}
</style>
border-color css
<style>
span { border-color: #AB0027; }
span { border-color: rgb(171,0,39); }
td.TdClassName
{
border-color: #AB0027;
}
.TagClassName
{
border-color: #AB0027;
}
</style>