Shades of Carmine #9E1018
Tints of Carmine #9E1018
RGB
CMYK
RGB Variations
Color information
#9E1018 (or 0x9E1018) is known color: Carmine. HEX triplet: 9E, 10 and 18. RGB value is (158,16,24). Sum of RGB (Red+Green+Blue) = 158+16+24=198 (26% of max value = 765). Red value is 158 (62.11% from 255 or 79.80% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1018 is #61EFE7. Grayscale: #3B3B3B. Windows color (decimal): -6418408 or 1577118. OLE color: 1577118.
HSL color Cylindrical-coordinate representation of color #9E1018: hue angle of 356.62º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E1018 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 24 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.38 |
| HSL | 356.62º | 0.82% | 0.34% | - |
| HSV(B) | 356.62º | 0.9% | 0.62% | - |
| XYZ | 14.45 | 7.71 | 1.59 | - |
| YUV | 59.37 | 108.04 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 24 | 0 | 0.90 | 0.85 | 0.38 | 356.62 | 0.82 | 0.34 |
| Hex | 9E | 10 | 18 | 0 | 5A | 55 | 26 | 165 | 52 | 22 |
| Octal | 236 | 20 | 30 | 0 | 132 | 125 | 46 | 545 | 122 | 42 |
| Binary | 10011110 | 10000 | 11000 | 0 | 1011010 | 1010101 | 100110 | 101100101 | 1010010 | 100010 |
Color Harmonies of #9E1018
Complementary color
Monochromatic Colors of #9E1018
Black with #9E1018
Text Example
Text Example
White with #9E1018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1018; }
p { color: rgb(158,16,24); }
H1.HeaderClassName
{
color: #9E1018;
}
.AnyTagClassName
{
color: #9E1018;
}
</style>
background-color css
<style>
a { background-color: #9E1018; }
a { background-color: rgb(158,16,24); }
div.DivClassName
{
background-color: #9E1018;
}
.BgClassName
{
background-color: #9E1018;
}
</style>
border-color css
<style>
span { border-color: #9E1018; }
span { border-color: rgb(158,16,24); }
td.TdClassName
{
border-color: #9E1018;
}
.TagClassName
{
border-color: #9E1018;
}
</style>