Shades of Carmine #9C091D
Tints of Carmine #9C091D
RGB
CMYK
RGB Variations
Color information
#9C091D (or 0x9C091D) is known color: Carmine. HEX triplet: 9C, 09 and 1D. RGB value is (156,9,29). Sum of RGB (Red+Green+Blue) = 156+9+29=194 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80.41% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 156 - color contains mainly: red. Hex color #9C091D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C091D is #63F6E2. Grayscale: #373737. Windows color (decimal): -6551267 or 1903004. OLE color: 1903004.
HSL color Cylindrical-coordinate representation of color #9C091D: hue angle of 351.84º 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 #9C091D is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 9 | 29 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.39 |
| HSL | 351.84º | 0.89% | 0.32% | - |
| HSV(B) | 351.84º | 0.94% | 0.61% | - |
| XYZ | 14.03 | 7.35 | 1.84 | - |
| YUV | 55.23 | 113.2 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 29 | 0 | 0.94 | 0.81 | 0.39 | 351.84 | 0.89 | 0.32 |
| Hex | 9C | 9 | 1D | 0 | 5E | 51 | 27 | 160 | 59 | 20 |
| Octal | 234 | 11 | 35 | 0 | 136 | 121 | 47 | 540 | 131 | 40 |
| Binary | 10011100 | 1001 | 11101 | 0 | 1011110 | 1010001 | 100111 | 101100000 | 1011001 | 100000 |
Color Harmonies of #9C091D
Complementary color
Monochromatic Colors of #9C091D
Black with #9C091D
Text Example
Text Example
White with #9C091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C091D; }
p { color: rgb(156,9,29); }
H1.HeaderClassName
{
color: #9C091D;
}
.AnyTagClassName
{
color: #9C091D;
}
</style>
background-color css
<style>
a { background-color: #9C091D; }
a { background-color: rgb(156,9,29); }
div.DivClassName
{
background-color: #9C091D;
}
.BgClassName
{
background-color: #9C091D;
}
</style>
border-color css
<style>
span { border-color: #9C091D; }
span { border-color: rgb(156,9,29); }
td.TdClassName
{
border-color: #9C091D;
}
.TagClassName
{
border-color: #9C091D;
}
</style>