Shades of Carmine #AB0127
Tints of Carmine #AB0127
RGB
CMYK
RGB Variations
Color information
#AB0127 (or 0xAB0127) is known color: Carmine. HEX triplet: AB, 01 and 27. RGB value is (171,1,39). Sum of RGB (Red+Green+Blue) = 171+1+39=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0127 is #54FED8. Grayscale: #383838. Windows color (decimal): -5570265 or 2556331. OLE color: 2556331.
HSL color Cylindrical-coordinate representation of color #AB0127: hue angle of 346.59º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0127 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.33 |
| HSL | 346.59º | 0.99% | 0.34% | - |
| HSV(B) | 346.59º | 0.99% | 0.67% | - |
| XYZ | 17.17 | 8.83 | 2.72 | - |
| YUV | 56.16 | 118.32 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 39 | 0 | 0.99 | 0.77 | 0.33 | 346.59 | 0.99 | 0.34 |
| Hex | AB | 1 | 27 | 0 | 63 | 4D | 21 | 15B | 63 | 22 |
| Octal | 253 | 1 | 47 | 0 | 143 | 115 | 41 | 533 | 143 | 42 |
| Binary | 10101011 | 1 | 100111 | 0 | 1100011 | 1001101 | 100001 | 101011011 | 1100011 | 100010 |
Color Harmonies of #AB0127
Complementary color
Monochromatic Colors of #AB0127
Black with #AB0127
Text Example
Text Example
White with #AB0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0127; }
p { color: rgb(171,1,39); }
H1.HeaderClassName
{
color: #AB0127;
}
.AnyTagClassName
{
color: #AB0127;
}
</style>
background-color css
<style>
a { background-color: #AB0127; }
a { background-color: rgb(171,1,39); }
div.DivClassName
{
background-color: #AB0127;
}
.BgClassName
{
background-color: #AB0127;
}
</style>
border-color css
<style>
span { border-color: #AB0127; }
span { border-color: rgb(171,1,39); }
td.TdClassName
{
border-color: #AB0127;
}
.TagClassName
{
border-color: #AB0127;
}
</style>