Shades of Carmine #8C1122
Tints of Carmine #8C1122
RGB
CMYK
RGB Variations
Color information
#8C1122 (or 0x8C1122) is known color: Carmine. HEX triplet: 8C, 11 and 22. RGB value is (140,17,34). Sum of RGB (Red+Green+Blue) = 140+17+34=191 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.30% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1122 is #73EEDD. Grayscale: #373737. Windows color (decimal): -7597790 or 2232716. OLE color: 2232716.
HSL color Cylindrical-coordinate representation of color #8C1122: hue angle of 351.71º 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 #8C1122 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 34 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.45 |
| HSL | 351.71º | 0.78% | 0.31% | - |
| HSV(B) | 351.71º | 0.88% | 0.55% | - |
| XYZ | 11.3 | 6.09 | 2.09 | - |
| YUV | 55.72 | 115.75 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 34 | 0 | 0.88 | 0.76 | 0.45 | 351.71 | 0.78 | 0.31 |
| Hex | 8C | 11 | 22 | 0 | 58 | 4C | 2D | 160 | 4E | 1F |
| Octal | 214 | 21 | 42 | 0 | 130 | 114 | 55 | 540 | 116 | 37 |
| Binary | 10001100 | 10001 | 100010 | 0 | 1011000 | 1001100 | 101101 | 101100000 | 1001110 | 11111 |
Color Harmonies of #8C1122
Complementary color
Monochromatic Colors of #8C1122
Black with #8C1122
Text Example
Text Example
White with #8C1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1122; }
p { color: rgb(140,17,34); }
H1.HeaderClassName
{
color: #8C1122;
}
.AnyTagClassName
{
color: #8C1122;
}
</style>
background-color css
<style>
a { background-color: #8C1122; }
a { background-color: rgb(140,17,34); }
div.DivClassName
{
background-color: #8C1122;
}
.BgClassName
{
background-color: #8C1122;
}
</style>
border-color css
<style>
span { border-color: #8C1122; }
span { border-color: rgb(140,17,34); }
td.TdClassName
{
border-color: #8C1122;
}
.TagClassName
{
border-color: #8C1122;
}
</style>