Shades of Carmine #8D151B
Tints of Carmine #8D151B
RGB
CMYK
RGB Variations
Color information
#8D151B (or 0x8D151B) is known color: Carmine. HEX triplet: 8D, 15 and 1B. RGB value is (141,21,27). Sum of RGB (Red+Green+Blue) = 141+21+27=189 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.60% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 141 - color contains mainly: red. Hex color #8D151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D151B is #72EAE4. Grayscale: #393939. Windows color (decimal): -7531237 or 1774989. OLE color: 1774989.
HSL color Cylindrical-coordinate representation of color #8D151B: hue angle of 357º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D151B is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 21 | 27 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.45 |
| HSL | 357º | 0.74% | 0.32% | - |
| HSV(B) | 357º | 0.85% | 0.55% | - |
| XYZ | 11.45 | 6.28 | 1.65 | - |
| YUV | 57.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 27 | 0 | 0.85 | 0.81 | 0.45 | 357 | 0.74 | 0.32 |
| Hex | 8D | 15 | 1B | 0 | 55 | 51 | 2D | 165 | 4A | 20 |
| Octal | 215 | 25 | 33 | 0 | 125 | 121 | 55 | 545 | 112 | 40 |
| Binary | 10001101 | 10101 | 11011 | 0 | 1010101 | 1010001 | 101101 | 101100101 | 1001010 | 100000 |
Color Harmonies of #8D151B
Complementary color
Monochromatic Colors of #8D151B
Black with #8D151B
Text Example
Text Example
White with #8D151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D151B; }
p { color: rgb(141,21,27); }
H1.HeaderClassName
{
color: #8D151B;
}
.AnyTagClassName
{
color: #8D151B;
}
</style>
background-color css
<style>
a { background-color: #8D151B; }
a { background-color: rgb(141,21,27); }
div.DivClassName
{
background-color: #8D151B;
}
.BgClassName
{
background-color: #8D151B;
}
</style>
border-color css
<style>
span { border-color: #8D151B; }
span { border-color: rgb(141,21,27); }
td.TdClassName
{
border-color: #8D151B;
}
.TagClassName
{
border-color: #8D151B;
}
</style>