Shades of Carmine #8D051E
Tints of Carmine #8D051E
RGB
CMYK
RGB Variations
Color information
#8D051E (or 0x8D051E) is known color: Carmine. HEX triplet: 8D, 05 and 1E. RGB value is (141,5,30). Sum of RGB (Red+Green+Blue) = 141+5+30=176 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.11% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 141 - color contains mainly: red. Hex color #8D051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D051E is #72FAE1. Grayscale: #303030. Windows color (decimal): -7535330 or 1967501. OLE color: 1967501.
HSL color Cylindrical-coordinate representation of color #8D051E: hue angle of 348.97º 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 #8D051E is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 30 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.45 |
| HSL | 348.97º | 0.93% | 0.29% | - |
| HSV(B) | 348.97º | 0.96% | 0.55% | - |
| XYZ | 11.27 | 5.86 | 1.77 | - |
| YUV | 48.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 30 | 0 | 0.96 | 0.79 | 0.45 | 348.97 | 0.93 | 0.29 |
| Hex | 8D | 5 | 1E | 0 | 60 | 4F | 2D | 15D | 5D | 1D |
| Octal | 215 | 5 | 36 | 0 | 140 | 117 | 55 | 535 | 135 | 35 |
| Binary | 10001101 | 101 | 11110 | 0 | 1100000 | 1001111 | 101101 | 101011101 | 1011101 | 11101 |
Color Harmonies of #8D051E
Complementary color
Monochromatic Colors of #8D051E
Black with #8D051E
Text Example
Text Example
White with #8D051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D051E; }
p { color: rgb(141,5,30); }
H1.HeaderClassName
{
color: #8D051E;
}
.AnyTagClassName
{
color: #8D051E;
}
</style>
background-color css
<style>
a { background-color: #8D051E; }
a { background-color: rgb(141,5,30); }
div.DivClassName
{
background-color: #8D051E;
}
.BgClassName
{
background-color: #8D051E;
}
</style>
border-color css
<style>
span { border-color: #8D051E; }
span { border-color: rgb(141,5,30); }
td.TdClassName
{
border-color: #8D051E;
}
.TagClassName
{
border-color: #8D051E;
}
</style>