Shades of Carmine #9C093B
Tints of Carmine #9C093B
RGB
CMYK
RGB Variations
Color information
#9C093B (or 0x9C093B) is known color: Carmine. HEX triplet: 9C, 09 and 3B. RGB value is (156,9,59). Sum of RGB (Red+Green+Blue) = 156+9+59=224 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.64% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 156 - color contains mainly: red. Hex color #9C093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C093B is #63F6C4. Grayscale: #3A3A3A. Windows color (decimal): -6551237 or 3869084. OLE color: 3869084.
HSL color Cylindrical-coordinate representation of color #9C093B: hue angle of 339.59º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C093B is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 9 | 59 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.39 |
| HSL | 339.59º | 0.89% | 0.32% | - |
| HSV(B) | 339.59º | 0.94% | 0.61% | - |
| XYZ | 14.6 | 7.58 | 4.83 | - |
| YUV | 58.65 | 128.2 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 59 | 0 | 0.94 | 0.62 | 0.39 | 339.59 | 0.89 | 0.32 |
| Hex | 9C | 9 | 3B | 0 | 5E | 3E | 27 | 154 | 59 | 20 |
| Octal | 234 | 11 | 73 | 0 | 136 | 76 | 47 | 524 | 131 | 40 |
| Binary | 10011100 | 1001 | 111011 | 0 | 1011110 | 111110 | 100111 | 101010100 | 1011001 | 100000 |
Color Harmonies of #9C093B
Complementary color
Monochromatic Colors of #9C093B
Black with #9C093B
Text Example
Text Example
White with #9C093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C093B; }
p { color: rgb(156,9,59); }
H1.HeaderClassName
{
color: #9C093B;
}
.AnyTagClassName
{
color: #9C093B;
}
</style>
background-color css
<style>
a { background-color: #9C093B; }
a { background-color: rgb(156,9,59); }
div.DivClassName
{
background-color: #9C093B;
}
.BgClassName
{
background-color: #9C093B;
}
</style>
border-color css
<style>
span { border-color: #9C093B; }
span { border-color: rgb(156,9,59); }
td.TdClassName
{
border-color: #9C093B;
}
.TagClassName
{
border-color: #9C093B;
}
</style>