Shades of Carmine #9E132B
Tints of Carmine #9E132B
RGB
CMYK
RGB Variations
Color information
#9E132B (or 0x9E132B) is known color: Carmine. HEX triplet: 9E, 13 and 2B. RGB value is (158,19,43). Sum of RGB (Red+Green+Blue) = 158+19+43=220 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.82% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 158 - color contains mainly: red. Hex color #9E132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E132B is #61ECD4. Grayscale: #3F3F3F. Windows color (decimal): -6417621 or 2823070. OLE color: 2823070.
HSL color Cylindrical-coordinate representation of color #9E132B: hue angle of 349.64º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E132B is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 19 | 43 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.38 |
| HSL | 349.64º | 0.79% | 0.35% | - |
| HSV(B) | 349.64º | 0.88% | 0.62% | - |
| XYZ | 14.77 | 7.91 | 3.03 | - |
| YUV | 63.3 | 116.55 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 43 | 0 | 0.88 | 0.73 | 0.38 | 349.64 | 0.79 | 0.35 |
| Hex | 9E | 13 | 2B | 0 | 58 | 49 | 26 | 15E | 4F | 23 |
| Octal | 236 | 23 | 53 | 0 | 130 | 111 | 46 | 536 | 117 | 43 |
| Binary | 10011110 | 10011 | 101011 | 0 | 1011000 | 1001001 | 100110 | 101011110 | 1001111 | 100011 |
Color Harmonies of #9E132B
Complementary color
Monochromatic Colors of #9E132B
Black with #9E132B
Text Example
Text Example
White with #9E132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E132B; }
p { color: rgb(158,19,43); }
H1.HeaderClassName
{
color: #9E132B;
}
.AnyTagClassName
{
color: #9E132B;
}
</style>
background-color css
<style>
a { background-color: #9E132B; }
a { background-color: rgb(158,19,43); }
div.DivClassName
{
background-color: #9E132B;
}
.BgClassName
{
background-color: #9E132B;
}
</style>
border-color css
<style>
span { border-color: #9E132B; }
span { border-color: rgb(158,19,43); }
td.TdClassName
{
border-color: #9E132B;
}
.TagClassName
{
border-color: #9E132B;
}
</style>