Shades of Carmine #8D121B
Tints of Carmine #8D121B
RGB
CMYK
RGB Variations
Color information
#8D121B (or 0x8D121B) is known color: Carmine. HEX triplet: 8D, 12 and 1B. RGB value is (141,18,27). Sum of RGB (Red+Green+Blue) = 141+18+27=186 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75.81% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 141 - color contains mainly: red. Hex color #8D121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D121B is #72EDE4. Grayscale: #373737. Windows color (decimal): -7532005 or 1774221. OLE color: 1774221.
HSL color Cylindrical-coordinate representation of color #8D121B: hue angle of 355.61º 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 #8D121B is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 18 | 27 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.45 |
| HSL | 355.61º | 0.77% | 0.31% | - |
| HSV(B) | 355.61º | 0.87% | 0.55% | - |
| XYZ | 11.4 | 6.17 | 1.63 | - |
| YUV | 55.8 | 111.75 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 18 | 27 | 0 | 0.87 | 0.81 | 0.45 | 355.61 | 0.77 | 0.31 |
| Hex | 8D | 12 | 1B | 0 | 57 | 51 | 2D | 164 | 4D | 1F |
| Octal | 215 | 22 | 33 | 0 | 127 | 121 | 55 | 544 | 115 | 37 |
| Binary | 10001101 | 10010 | 11011 | 0 | 1010111 | 1010001 | 101101 | 101100100 | 1001101 | 11111 |
Color Harmonies of #8D121B
Complementary color
Monochromatic Colors of #8D121B
Black with #8D121B
Text Example
Text Example
White with #8D121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D121B; }
p { color: rgb(141,18,27); }
H1.HeaderClassName
{
color: #8D121B;
}
.AnyTagClassName
{
color: #8D121B;
}
</style>
background-color css
<style>
a { background-color: #8D121B; }
a { background-color: rgb(141,18,27); }
div.DivClassName
{
background-color: #8D121B;
}
.BgClassName
{
background-color: #8D121B;
}
</style>
border-color css
<style>
span { border-color: #8D121B; }
span { border-color: rgb(141,18,27); }
td.TdClassName
{
border-color: #8D121B;
}
.TagClassName
{
border-color: #8D121B;
}
</style>