Shades of Carmine #9E021B
Tints of Carmine #9E021B
RGB
CMYK
RGB Variations
Color information
#9E021B (or 0x9E021B) is known color: Carmine. HEX triplet: 9E, 02 and 1B. RGB value is (158,2,27). Sum of RGB (Red+Green+Blue) = 158+2+27=187 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.49% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 158 - color contains mainly: red. Hex color #9E021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E021B is #61FDE4. Grayscale: #333333. Windows color (decimal): -6421989 or 1770142. OLE color: 1770142.
HSL color Cylindrical-coordinate representation of color #9E021B: hue angle of 350.38º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E021B is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.38 |
| HSL | 350.38º | 0.98% | 0.31% | - |
| HSV(B) | 350.38º | 0.99% | 0.62% | - |
| XYZ | 14.32 | 7.39 | 1.71 | - |
| YUV | 51.49 | 114.18 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 27 | 0 | 0.99 | 0.83 | 0.38 | 350.38 | 0.98 | 0.31 |
| Hex | 9E | 2 | 1B | 0 | 63 | 53 | 26 | 15E | 62 | 1F |
| Octal | 236 | 2 | 33 | 0 | 143 | 123 | 46 | 536 | 142 | 37 |
| Binary | 10011110 | 10 | 11011 | 0 | 1100011 | 1010011 | 100110 | 101011110 | 1100010 | 11111 |
Color Harmonies of #9E021B
Complementary color
Monochromatic Colors of #9E021B
Black with #9E021B
Text Example
Text Example
White with #9E021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E021B; }
p { color: rgb(158,2,27); }
H1.HeaderClassName
{
color: #9E021B;
}
.AnyTagClassName
{
color: #9E021B;
}
</style>
background-color css
<style>
a { background-color: #9E021B; }
a { background-color: rgb(158,2,27); }
div.DivClassName
{
background-color: #9E021B;
}
.BgClassName
{
background-color: #9E021B;
}
</style>
border-color css
<style>
span { border-color: #9E021B; }
span { border-color: rgb(158,2,27); }
td.TdClassName
{
border-color: #9E021B;
}
.TagClassName
{
border-color: #9E021B;
}
</style>