Shades of Carmine #9C111B
Tints of Carmine #9C111B
RGB
CMYK
RGB Variations
Color information
#9C111B (or 0x9C111B) is known color: Carmine. HEX triplet: 9C, 11 and 1B. RGB value is (156,17,27). Sum of RGB (Red+Green+Blue) = 156+17+27=200 (26% of max value = 765). Red value is 156 (61.33% from 255 or 78% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 156 - color contains mainly: red. Hex color #9C111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C111B is #63EEE4. Grayscale: #3B3B3B. Windows color (decimal): -6549221 or 1773980. OLE color: 1773980.
HSL color Cylindrical-coordinate representation of color #9C111B: hue angle of 355.68º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C111B is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 17 | 27 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.39 |
| HSL | 355.68º | 0.8% | 0.34% | - |
| HSV(B) | 355.68º | 0.89% | 0.61% | - |
| XYZ | 14.11 | 7.55 | 1.75 | - |
| YUV | 59.7 | 109.55 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 17 | 27 | 0 | 0.89 | 0.83 | 0.39 | 355.68 | 0.8 | 0.34 |
| Hex | 9C | 11 | 1B | 0 | 59 | 53 | 27 | 164 | 50 | 22 |
| Octal | 234 | 21 | 33 | 0 | 131 | 123 | 47 | 544 | 120 | 42 |
| Binary | 10011100 | 10001 | 11011 | 0 | 1011001 | 1010011 | 100111 | 101100100 | 1010000 | 100010 |
Color Harmonies of #9C111B
Complementary color
Monochromatic Colors of #9C111B
Black with #9C111B
Text Example
Text Example
White with #9C111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C111B; }
p { color: rgb(156,17,27); }
H1.HeaderClassName
{
color: #9C111B;
}
.AnyTagClassName
{
color: #9C111B;
}
</style>
background-color css
<style>
a { background-color: #9C111B; }
a { background-color: rgb(156,17,27); }
div.DivClassName
{
background-color: #9C111B;
}
.BgClassName
{
background-color: #9C111B;
}
</style>
border-color css
<style>
span { border-color: #9C111B; }
span { border-color: rgb(156,17,27); }
td.TdClassName
{
border-color: #9C111B;
}
.TagClassName
{
border-color: #9C111B;
}
</style>