Shades of Carmine #9E082B
Tints of Carmine #9E082B
RGB
CMYK
RGB Variations
Color information
#9E082B (or 0x9E082B) is known color: Carmine. HEX triplet: 9E, 08 and 2B. RGB value is (158,8,43). Sum of RGB (Red+Green+Blue) = 158+8+43=209 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.60% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 158 - color contains mainly: red. Hex color #9E082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E082B is #61F7D4. Grayscale: #383838. Windows color (decimal): -6420437 or 2820254. OLE color: 2820254.
HSL color Cylindrical-coordinate representation of color #9E082B: hue angle of 346º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E082B is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 43 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.38 |
| HSL | 346º | 0.9% | 0.33% | - |
| HSV(B) | 346º | 0.95% | 0.62% | - |
| XYZ | 14.62 | 7.62 | 2.99 | - |
| YUV | 56.84 | 120.2 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 43 | 0 | 0.95 | 0.73 | 0.38 | 346 | 0.9 | 0.33 |
| Hex | 9E | 8 | 2B | 0 | 5F | 49 | 26 | 15A | 5A | 21 |
| Octal | 236 | 10 | 53 | 0 | 137 | 111 | 46 | 532 | 132 | 41 |
| Binary | 10011110 | 1000 | 101011 | 0 | 1011111 | 1001001 | 100110 | 101011010 | 1011010 | 100001 |
Color Harmonies of #9E082B
Complementary color
Monochromatic Colors of #9E082B
Black with #9E082B
Text Example
Text Example
White with #9E082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E082B; }
p { color: rgb(158,8,43); }
H1.HeaderClassName
{
color: #9E082B;
}
.AnyTagClassName
{
color: #9E082B;
}
</style>
background-color css
<style>
a { background-color: #9E082B; }
a { background-color: rgb(158,8,43); }
div.DivClassName
{
background-color: #9E082B;
}
.BgClassName
{
background-color: #9E082B;
}
</style>
border-color css
<style>
span { border-color: #9E082B; }
span { border-color: rgb(158,8,43); }
td.TdClassName
{
border-color: #9E082B;
}
.TagClassName
{
border-color: #9E082B;
}
</style>