Shades of Carmine #AB101B
Tints of Carmine #AB101B
RGB
CMYK
RGB Variations
Color information
#AB101B (or 0xAB101B) is known color: Carmine. HEX triplet: AB, 10 and 1B. RGB value is (171,16,27). Sum of RGB (Red+Green+Blue) = 171+16+27=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB101B is #54EFE4. Grayscale: #3F3F3F. Windows color (decimal): -5566437 or 1773739. OLE color: 1773739.
HSL color Cylindrical-coordinate representation of color #AB101B: hue angle of 355.74º 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 #AB101B is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 27 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.33 |
| HSL | 355.74º | 0.83% | 0.37% | - |
| HSV(B) | 355.74º | 0.91% | 0.67% | - |
| XYZ | 17.18 | 9.11 | 1.89 | - |
| YUV | 63.6 | 107.35 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 27 | 0 | 0.91 | 0.84 | 0.33 | 355.74 | 0.83 | 0.37 |
| Hex | AB | 10 | 1B | 0 | 5B | 54 | 21 | 164 | 53 | 25 |
| Octal | 253 | 20 | 33 | 0 | 133 | 124 | 41 | 544 | 123 | 45 |
| Binary | 10101011 | 10000 | 11011 | 0 | 1011011 | 1010100 | 100001 | 101100100 | 1010011 | 100101 |
Color Harmonies of #AB101B
Complementary color
Monochromatic Colors of #AB101B
Black with #AB101B
Text Example
Text Example
White with #AB101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB101B; }
p { color: rgb(171,16,27); }
H1.HeaderClassName
{
color: #AB101B;
}
.AnyTagClassName
{
color: #AB101B;
}
</style>
background-color css
<style>
a { background-color: #AB101B; }
a { background-color: rgb(171,16,27); }
div.DivClassName
{
background-color: #AB101B;
}
.BgClassName
{
background-color: #AB101B;
}
</style>
border-color css
<style>
span { border-color: #AB101B; }
span { border-color: rgb(171,16,27); }
td.TdClassName
{
border-color: #AB101B;
}
.TagClassName
{
border-color: #AB101B;
}
</style>