Shades of Carmine #9E1520
Tints of Carmine #9E1520
RGB
CMYK
RGB Variations
Color information
#9E1520 (or 0x9E1520) is known color: Carmine. HEX triplet: 9E, 15 and 20. RGB value is (158,21,32). Sum of RGB (Red+Green+Blue) = 158+21+32=211 (27% of max value = 765). Red value is 158 (62.11% from 255 or 74.88% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1520 is #61EADF. Grayscale: #3F3F3F. Windows color (decimal): -6417120 or 2102686. OLE color: 2102686.
HSL color Cylindrical-coordinate representation of color #9E1520: hue angle of 355.18º 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 #9E1520 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 21 | 32 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.38 |
| HSL | 355.18º | 0.77% | 0.35% | - |
| HSV(B) | 355.18º | 0.87% | 0.62% | - |
| XYZ | 14.63 | 7.91 | 2.12 | - |
| YUV | 63.22 | 110.39 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 21 | 32 | 0 | 0.87 | 0.80 | 0.38 | 355.18 | 0.77 | 0.35 |
| Hex | 9E | 15 | 20 | 0 | 57 | 50 | 26 | 163 | 4D | 23 |
| Octal | 236 | 25 | 40 | 0 | 127 | 120 | 46 | 543 | 115 | 43 |
| Binary | 10011110 | 10101 | 100000 | 0 | 1010111 | 1010000 | 100110 | 101100011 | 1001101 | 100011 |
Color Harmonies of #9E1520
Complementary color
Monochromatic Colors of #9E1520
Black with #9E1520
Text Example
Text Example
White with #9E1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1520; }
p { color: rgb(158,21,32); }
H1.HeaderClassName
{
color: #9E1520;
}
.AnyTagClassName
{
color: #9E1520;
}
</style>
background-color css
<style>
a { background-color: #9E1520; }
a { background-color: rgb(158,21,32); }
div.DivClassName
{
background-color: #9E1520;
}
.BgClassName
{
background-color: #9E1520;
}
</style>
border-color css
<style>
span { border-color: #9E1520; }
span { border-color: rgb(158,21,32); }
td.TdClassName
{
border-color: #9E1520;
}
.TagClassName
{
border-color: #9E1520;
}
</style>