Shades of Carmine #9E151B
Tints of Carmine #9E151B
RGB
CMYK
RGB Variations
Color information
#9E151B (or 0x9E151B) is known color: Carmine. HEX triplet: 9E, 15 and 1B. RGB value is (158,21,27). Sum of RGB (Red+Green+Blue) = 158+21+27=206 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.70% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 158 - color contains mainly: red. Hex color #9E151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E151B is #61EAE4. Grayscale: #3E3E3E. Windows color (decimal): -6417125 or 1775006. OLE color: 1775006.
HSL color Cylindrical-coordinate representation of color #9E151B: hue angle of 357.37º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E151B is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 21 | 27 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.38 |
| HSL | 357.37º | 0.77% | 0.35% | - |
| HSV(B) | 357.37º | 0.87% | 0.62% | - |
| XYZ | 14.57 | 7.88 | 1.79 | - |
| YUV | 62.65 | 107.89 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 21 | 27 | 0 | 0.87 | 0.83 | 0.38 | 357.37 | 0.77 | 0.35 |
| Hex | 9E | 15 | 1B | 0 | 57 | 53 | 26 | 165 | 4D | 23 |
| Octal | 236 | 25 | 33 | 0 | 127 | 123 | 46 | 545 | 115 | 43 |
| Binary | 10011110 | 10101 | 11011 | 0 | 1010111 | 1010011 | 100110 | 101100101 | 1001101 | 100011 |
Color Harmonies of #9E151B
Complementary color
Monochromatic Colors of #9E151B
Black with #9E151B
Text Example
Text Example
White with #9E151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E151B; }
p { color: rgb(158,21,27); }
H1.HeaderClassName
{
color: #9E151B;
}
.AnyTagClassName
{
color: #9E151B;
}
</style>
background-color css
<style>
a { background-color: #9E151B; }
a { background-color: rgb(158,21,27); }
div.DivClassName
{
background-color: #9E151B;
}
.BgClassName
{
background-color: #9E151B;
}
</style>
border-color css
<style>
span { border-color: #9E151B; }
span { border-color: rgb(158,21,27); }
td.TdClassName
{
border-color: #9E151B;
}
.TagClassName
{
border-color: #9E151B;
}
</style>