Shades of Carmine #8D0516
Tints of Carmine #8D0516
RGB
CMYK
RGB Variations
Color information
#8D0516 (or 0x8D0516) is known color: Carmine. HEX triplet: 8D, 05 and 16. RGB value is (141,5,22). Sum of RGB (Red+Green+Blue) = 141+5+22=168 (22% of max value = 765). Red value is 141 (55.47% from 255 or 83.93% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0516 is #72FAE9. Grayscale: #2F2F2F. Windows color (decimal): -7535338 or 1443213. OLE color: 1443213.
HSL color Cylindrical-coordinate representation of color #8D0516: hue angle of 352.5º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0516 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 22 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.45 |
| HSL | 352.5º | 0.93% | 0.29% | - |
| HSV(B) | 352.5º | 0.96% | 0.55% | - |
| XYZ | 11.18 | 5.83 | 1.29 | - |
| YUV | 47.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 22 | 0 | 0.96 | 0.84 | 0.45 | 352.5 | 0.93 | 0.29 |
| Hex | 8D | 5 | 16 | 0 | 60 | 54 | 2D | 160 | 5D | 1D |
| Octal | 215 | 5 | 26 | 0 | 140 | 124 | 55 | 540 | 135 | 35 |
| Binary | 10001101 | 101 | 10110 | 0 | 1100000 | 1010100 | 101101 | 101100000 | 1011101 | 11101 |
Color Harmonies of #8D0516
Complementary color
Monochromatic Colors of #8D0516
Black with #8D0516
Text Example
Text Example
White with #8D0516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0516; }
p { color: rgb(141,5,22); }
H1.HeaderClassName
{
color: #8D0516;
}
.AnyTagClassName
{
color: #8D0516;
}
</style>
background-color css
<style>
a { background-color: #8D0516; }
a { background-color: rgb(141,5,22); }
div.DivClassName
{
background-color: #8D0516;
}
.BgClassName
{
background-color: #8D0516;
}
</style>
border-color css
<style>
span { border-color: #8D0516; }
span { border-color: rgb(141,5,22); }
td.TdClassName
{
border-color: #8D0516;
}
.TagClassName
{
border-color: #8D0516;
}
</style>