Shades of Carmine #8D011B
Tints of Carmine #8D011B
RGB
CMYK
RGB Variations
Color information
#8D011B (or 0x8D011B) is known color: Carmine. HEX triplet: 8D, 01 and 1B. RGB value is (141,1,27). Sum of RGB (Red+Green+Blue) = 141+1+27=169 (22% of max value = 765). Red value is 141 (55.47% from 255 or 83.43% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 141 - color contains mainly: red. Hex color #8D011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D011B is #72FEE4. Grayscale: #2D2D2D. Windows color (decimal): -7536357 or 1769869. OLE color: 1769869.
HSL color Cylindrical-coordinate representation of color #8D011B: hue angle of 348.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D011B is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.45 |
| HSL | 348.86º | 0.99% | 0.28% | - |
| HSV(B) | 348.86º | 0.99% | 0.55% | - |
| XYZ | 11.19 | 5.76 | 1.56 | - |
| YUV | 45.82 | 117.38 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 27 | 0 | 0.99 | 0.81 | 0.45 | 348.86 | 0.99 | 0.28 |
| Hex | 8D | 1 | 1B | 0 | 63 | 51 | 2D | 15D | 63 | 1C |
| Octal | 215 | 1 | 33 | 0 | 143 | 121 | 55 | 535 | 143 | 34 |
| Binary | 10001101 | 1 | 11011 | 0 | 1100011 | 1010001 | 101101 | 101011101 | 1100011 | 11100 |
Color Harmonies of #8D011B
Complementary color
Monochromatic Colors of #8D011B
Black with #8D011B
Text Example
Text Example
White with #8D011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D011B; }
p { color: rgb(141,1,27); }
H1.HeaderClassName
{
color: #8D011B;
}
.AnyTagClassName
{
color: #8D011B;
}
</style>
background-color css
<style>
a { background-color: #8D011B; }
a { background-color: rgb(141,1,27); }
div.DivClassName
{
background-color: #8D011B;
}
.BgClassName
{
background-color: #8D011B;
}
</style>
border-color css
<style>
span { border-color: #8D011B; }
span { border-color: rgb(141,1,27); }
td.TdClassName
{
border-color: #8D011B;
}
.TagClassName
{
border-color: #8D011B;
}
</style>