Shades of Carmine #8C121B
Tints of Carmine #8C121B
RGB
CMYK
RGB Variations
Color information
#8C121B (or 0x8C121B) is known color: Carmine. HEX triplet: 8C, 12 and 1B. RGB value is (140,18,27). Sum of RGB (Red+Green+Blue) = 140+18+27=185 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.68% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 140 - color contains mainly: red. Hex color #8C121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C121B is #73EDE4. Grayscale: #373737. Windows color (decimal): -7597541 or 1774220. OLE color: 1774220.
HSL color Cylindrical-coordinate representation of color #8C121B: hue angle of 355.57º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C121B is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 18 | 27 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.45 |
| HSL | 355.57º | 0.77% | 0.31% | - |
| HSV(B) | 355.57º | 0.87% | 0.55% | - |
| XYZ | 11.23 | 6.09 | 1.62 | - |
| YUV | 55.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 18 | 27 | 0 | 0.87 | 0.81 | 0.45 | 355.57 | 0.77 | 0.31 |
| Hex | 8C | 12 | 1B | 0 | 57 | 51 | 2D | 164 | 4D | 1F |
| Octal | 214 | 22 | 33 | 0 | 127 | 121 | 55 | 544 | 115 | 37 |
| Binary | 10001100 | 10010 | 11011 | 0 | 1010111 | 1010001 | 101101 | 101100100 | 1001101 | 11111 |
Color Harmonies of #8C121B
Complementary color
Monochromatic Colors of #8C121B
Black with #8C121B
Text Example
Text Example
White with #8C121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C121B; }
p { color: rgb(140,18,27); }
H1.HeaderClassName
{
color: #8C121B;
}
.AnyTagClassName
{
color: #8C121B;
}
</style>
background-color css
<style>
a { background-color: #8C121B; }
a { background-color: rgb(140,18,27); }
div.DivClassName
{
background-color: #8C121B;
}
.BgClassName
{
background-color: #8C121B;
}
</style>
border-color css
<style>
span { border-color: #8C121B; }
span { border-color: rgb(140,18,27); }
td.TdClassName
{
border-color: #8C121B;
}
.TagClassName
{
border-color: #8C121B;
}
</style>