Shades of Carmine #8D0116
Tints of Carmine #8D0116
RGB
CMYK
RGB Variations
Color information
#8D0116 (or 0x8D0116) is known color: Carmine. HEX triplet: 8D, 01 and 16. RGB value is (141,1,22). Sum of RGB (Red+Green+Blue) = 141+1+22=164 (21% of max value = 765). Red value is 141 (55.47% from 255 or 85.98% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0116 is #72FEE9. Grayscale: #2D2D2D. Windows color (decimal): -7536362 or 1442189. OLE color: 1442189.
HSL color Cylindrical-coordinate representation of color #8D0116: hue angle of 351º 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 #8D0116 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.45 |
| HSL | 351º | 0.99% | 0.28% | - |
| HSV(B) | 351º | 0.99% | 0.55% | - |
| XYZ | 11.14 | 5.74 | 1.28 | - |
| YUV | 45.25 | 114.88 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 22 | 0 | 0.99 | 0.84 | 0.45 | 351 | 0.99 | 0.28 |
| Hex | 8D | 1 | 16 | 0 | 63 | 54 | 2D | 15F | 63 | 1C |
| Octal | 215 | 1 | 26 | 0 | 143 | 124 | 55 | 537 | 143 | 34 |
| Binary | 10001101 | 1 | 10110 | 0 | 1100011 | 1010100 | 101101 | 101011111 | 1100011 | 11100 |
Color Harmonies of #8D0116
Complementary color
Monochromatic Colors of #8D0116
Black with #8D0116
Text Example
Text Example
White with #8D0116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0116; }
p { color: rgb(141,1,22); }
H1.HeaderClassName
{
color: #8D0116;
}
.AnyTagClassName
{
color: #8D0116;
}
</style>
background-color css
<style>
a { background-color: #8D0116; }
a { background-color: rgb(141,1,22); }
div.DivClassName
{
background-color: #8D0116;
}
.BgClassName
{
background-color: #8D0116;
}
</style>
border-color css
<style>
span { border-color: #8D0116; }
span { border-color: rgb(141,1,22); }
td.TdClassName
{
border-color: #8D0116;
}
.TagClassName
{
border-color: #8D0116;
}
</style>