Shades of Carmine #9E063A
Tints of Carmine #9E063A
RGB
CMYK
RGB Variations
Color information
#9E063A (or 0x9E063A) is known color: Carmine. HEX triplet: 9E, 06 and 3A. RGB value is (158,6,58). Sum of RGB (Red+Green+Blue) = 158+6+58=222 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.17% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 158 - color contains mainly: red. Hex color #9E063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E063A is #61F9C5. Grayscale: #393939. Windows color (decimal): -6420934 or 3802782. OLE color: 3802782.
HSL color Cylindrical-coordinate representation of color #9E063A: hue angle of 339.47º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E063A is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 6 | 58 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.38 |
| HSL | 339.47º | 0.93% | 0.32% | - |
| HSV(B) | 339.47º | 0.96% | 0.62% | - |
| XYZ | 14.93 | 7.7 | 4.7 | - |
| YUV | 57.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 58 | 0 | 0.96 | 0.63 | 0.38 | 339.47 | 0.93 | 0.32 |
| Hex | 9E | 6 | 3A | 0 | 60 | 3F | 26 | 153 | 5D | 20 |
| Octal | 236 | 6 | 72 | 0 | 140 | 77 | 46 | 523 | 135 | 40 |
| Binary | 10011110 | 110 | 111010 | 0 | 1100000 | 111111 | 100110 | 101010011 | 1011101 | 100000 |
Color Harmonies of #9E063A
Complementary color
Monochromatic Colors of #9E063A
Black with #9E063A
Text Example
Text Example
White with #9E063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E063A; }
p { color: rgb(158,6,58); }
H1.HeaderClassName
{
color: #9E063A;
}
.AnyTagClassName
{
color: #9E063A;
}
</style>
background-color css
<style>
a { background-color: #9E063A; }
a { background-color: rgb(158,6,58); }
div.DivClassName
{
background-color: #9E063A;
}
.BgClassName
{
background-color: #9E063A;
}
</style>
border-color css
<style>
span { border-color: #9E063A; }
span { border-color: rgb(158,6,58); }
td.TdClassName
{
border-color: #9E063A;
}
.TagClassName
{
border-color: #9E063A;
}
</style>