Shades of Carmine #9C0915
Tints of Carmine #9C0915
RGB
CMYK
RGB Variations
Color information
#9C0915 (or 0x9C0915) is known color: Carmine. HEX triplet: 9C, 09 and 15. RGB value is (156,9,21). Sum of RGB (Red+Green+Blue) = 156+9+21=186 (24% of max value = 765). Red value is 156 (61.33% from 255 or 83.87% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0915 is #63F6EA. Grayscale: #363636. Windows color (decimal): -6551275 or 1378716. OLE color: 1378716.
HSL color Cylindrical-coordinate representation of color #9C0915: hue angle of 355.1º 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 #9C0915 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 9 | 21 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.39 |
| HSL | 355.1º | 0.89% | 0.32% | - |
| HSV(B) | 355.1º | 0.94% | 0.61% | - |
| XYZ | 13.94 | 7.32 | 1.39 | - |
| YUV | 54.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 21 | 0 | 0.94 | 0.87 | 0.39 | 355.1 | 0.89 | 0.32 |
| Hex | 9C | 9 | 15 | 0 | 5E | 57 | 27 | 163 | 59 | 20 |
| Octal | 234 | 11 | 25 | 0 | 136 | 127 | 47 | 543 | 131 | 40 |
| Binary | 10011100 | 1001 | 10101 | 0 | 1011110 | 1010111 | 100111 | 101100011 | 1011001 | 100000 |
Color Harmonies of #9C0915
Complementary color
Monochromatic Colors of #9C0915
Black with #9C0915
Text Example
Text Example
White with #9C0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0915; }
p { color: rgb(156,9,21); }
H1.HeaderClassName
{
color: #9C0915;
}
.AnyTagClassName
{
color: #9C0915;
}
</style>
background-color css
<style>
a { background-color: #9C0915; }
a { background-color: rgb(156,9,21); }
div.DivClassName
{
background-color: #9C0915;
}
.BgClassName
{
background-color: #9C0915;
}
</style>
border-color css
<style>
span { border-color: #9C0915; }
span { border-color: rgb(156,9,21); }
td.TdClassName
{
border-color: #9C0915;
}
.TagClassName
{
border-color: #9C0915;
}
</style>