Shades of Carmine #9C0515
Tints of Carmine #9C0515
RGB
CMYK
RGB Variations
Color information
#9C0515 (or 0x9C0515) is known color: Carmine. HEX triplet: 9C, 05 and 15. RGB value is (156,5,21). Sum of RGB (Red+Green+Blue) = 156+5+21=182 (24% of max value = 765). Red value is 156 (61.33% from 255 or 85.71% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0515 is #63FAEA. Grayscale: #343434. Windows color (decimal): -6552299 or 1377692. OLE color: 1377692.
HSL color Cylindrical-coordinate representation of color #9C0515: hue angle of 353.64º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C0515 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 5 | 21 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.39 |
| HSL | 353.64º | 0.94% | 0.32% | - |
| HSV(B) | 353.64º | 0.97% | 0.61% | - |
| XYZ | 13.9 | 7.23 | 1.37 | - |
| YUV | 51.97 | 110.53 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 5 | 21 | 0 | 0.97 | 0.87 | 0.39 | 353.64 | 0.94 | 0.32 |
| Hex | 9C | 5 | 15 | 0 | 61 | 57 | 27 | 162 | 5E | 20 |
| Octal | 234 | 5 | 25 | 0 | 141 | 127 | 47 | 542 | 136 | 40 |
| Binary | 10011100 | 101 | 10101 | 0 | 1100001 | 1010111 | 100111 | 101100010 | 1011110 | 100000 |
Color Harmonies of #9C0515
Complementary color
Monochromatic Colors of #9C0515
Black with #9C0515
Text Example
Text Example
White with #9C0515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0515; }
p { color: rgb(156,5,21); }
H1.HeaderClassName
{
color: #9C0515;
}
.AnyTagClassName
{
color: #9C0515;
}
</style>
background-color css
<style>
a { background-color: #9C0515; }
a { background-color: rgb(156,5,21); }
div.DivClassName
{
background-color: #9C0515;
}
.BgClassName
{
background-color: #9C0515;
}
</style>
border-color css
<style>
span { border-color: #9C0515; }
span { border-color: rgb(156,5,21); }
td.TdClassName
{
border-color: #9C0515;
}
.TagClassName
{
border-color: #9C0515;
}
</style>