Shades of Carmine #8C111B
Tints of Carmine #8C111B
RGB
CMYK
RGB Variations
Color information
#8C111B (or 0x8C111B) is known color: Carmine. HEX triplet: 8C, 11 and 1B. RGB value is (140,17,27). Sum of RGB (Red+Green+Blue) = 140+17+27=184 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.09% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 140 - color contains mainly: red. Hex color #8C111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C111B is #73EEE4. Grayscale: #373737. Windows color (decimal): -7597797 or 1773964. OLE color: 1773964.
HSL color Cylindrical-coordinate representation of color #8C111B: hue angle of 355.12º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C111B is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 27 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.45 |
| HSL | 355.12º | 0.78% | 0.31% | - |
| HSV(B) | 355.12º | 0.88% | 0.55% | - |
| XYZ | 11.21 | 6.06 | 1.61 | - |
| YUV | 54.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 27 | 0 | 0.88 | 0.81 | 0.45 | 355.12 | 0.78 | 0.31 |
| Hex | 8C | 11 | 1B | 0 | 58 | 51 | 2D | 163 | 4E | 1F |
| Octal | 214 | 21 | 33 | 0 | 130 | 121 | 55 | 543 | 116 | 37 |
| Binary | 10001100 | 10001 | 11011 | 0 | 1011000 | 1010001 | 101101 | 101100011 | 1001110 | 11111 |
Color Harmonies of #8C111B
Complementary color
Monochromatic Colors of #8C111B
Black with #8C111B
Text Example
Text Example
White with #8C111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C111B; }
p { color: rgb(140,17,27); }
H1.HeaderClassName
{
color: #8C111B;
}
.AnyTagClassName
{
color: #8C111B;
}
</style>
background-color css
<style>
a { background-color: #8C111B; }
a { background-color: rgb(140,17,27); }
div.DivClassName
{
background-color: #8C111B;
}
.BgClassName
{
background-color: #8C111B;
}
</style>
border-color css
<style>
span { border-color: #8C111B; }
span { border-color: rgb(140,17,27); }
td.TdClassName
{
border-color: #8C111B;
}
.TagClassName
{
border-color: #8C111B;
}
</style>