Shades of Carmine #8D0B1E
Tints of Carmine #8D0B1E
RGB
CMYK
RGB Variations
Color information
#8D0B1E (or 0x8D0B1E) is known color: Carmine. HEX triplet: 8D, 0B and 1E. RGB value is (141,11,30). Sum of RGB (Red+Green+Blue) = 141+11+30=182 (24% of max value = 765). Red value is 141 (55.47% from 255 or 77.47% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0B1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0B1E is #72F4E1. Grayscale: #343434. Windows color (decimal): -7533794 or 1969037. OLE color: 1969037.
HSL color Cylindrical-coordinate representation of color #8D0B1E: hue angle of 351.23º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D0B1E is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 11 | 30 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.45 |
| HSL | 351.23º | 0.86% | 0.3% | - |
| HSV(B) | 351.23º | 0.92% | 0.55% | - |
| XYZ | 11.34 | 6 | 1.79 | - |
| YUV | 52.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 11 | 30 | 0 | 0.92 | 0.79 | 0.45 | 351.23 | 0.86 | 0.3 |
| Hex | 8D | B | 1E | 0 | 5C | 4F | 2D | 15F | 56 | 1E |
| Octal | 215 | 13 | 36 | 0 | 134 | 117 | 55 | 537 | 126 | 36 |
| Binary | 10001101 | 1011 | 11110 | 0 | 1011100 | 1001111 | 101101 | 101011111 | 1010110 | 11110 |
Color Harmonies of #8D0B1E
Complementary color
Monochromatic Colors of #8D0B1E
Black with #8D0B1E
Text Example
Text Example
White with #8D0B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0B1E; }
p { color: rgb(141,11,30); }
H1.HeaderClassName
{
color: #8D0B1E;
}
.AnyTagClassName
{
color: #8D0B1E;
}
</style>
background-color css
<style>
a { background-color: #8D0B1E; }
a { background-color: rgb(141,11,30); }
div.DivClassName
{
background-color: #8D0B1E;
}
.BgClassName
{
background-color: #8D0B1E;
}
</style>
border-color css
<style>
span { border-color: #8D0B1E; }
span { border-color: rgb(141,11,30); }
td.TdClassName
{
border-color: #8D0B1E;
}
.TagClassName
{
border-color: #8D0B1E;
}
</style>