Shades of Carmine #8D0B1D
Tints of Carmine #8D0B1D
RGB
CMYK
RGB Variations
Color information
#8D0B1D (or 0x8D0B1D) is known color: Carmine. HEX triplet: 8D, 0B and 1D. RGB value is (141,11,29). Sum of RGB (Red+Green+Blue) = 141+11+29=181 (23% of max value = 765). Red value is 141 (55.47% from 255 or 77.90% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0B1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0B1D is #72F4E2. Grayscale: #333333. Windows color (decimal): -7533795 or 1903501. OLE color: 1903501.
HSL color Cylindrical-coordinate representation of color #8D0B1D: hue angle of 351.69º 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 #8D0B1D is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 11 | 29 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.45 |
| HSL | 351.69º | 0.86% | 0.3% | - |
| HSV(B) | 351.69º | 0.92% | 0.55% | - |
| XYZ | 11.33 | 5.99 | 1.72 | - |
| YUV | 51.92 | 115.07 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 11 | 29 | 0 | 0.92 | 0.79 | 0.45 | 351.69 | 0.86 | 0.3 |
| Hex | 8D | B | 1D | 0 | 5C | 4F | 2D | 160 | 56 | 1E |
| Octal | 215 | 13 | 35 | 0 | 134 | 117 | 55 | 540 | 126 | 36 |
| Binary | 10001101 | 1011 | 11101 | 0 | 1011100 | 1001111 | 101101 | 101100000 | 1010110 | 11110 |
Color Harmonies of #8D0B1D
Complementary color
Monochromatic Colors of #8D0B1D
Black with #8D0B1D
Text Example
Text Example
White with #8D0B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0B1D; }
p { color: rgb(141,11,29); }
H1.HeaderClassName
{
color: #8D0B1D;
}
.AnyTagClassName
{
color: #8D0B1D;
}
</style>
background-color css
<style>
a { background-color: #8D0B1D; }
a { background-color: rgb(141,11,29); }
div.DivClassName
{
background-color: #8D0B1D;
}
.BgClassName
{
background-color: #8D0B1D;
}
</style>
border-color css
<style>
span { border-color: #8D0B1D; }
span { border-color: rgb(141,11,29); }
td.TdClassName
{
border-color: #8D0B1D;
}
.TagClassName
{
border-color: #8D0B1D;
}
</style>