Shades of Carmine #9C111F
Tints of Carmine #9C111F
RGB
CMYK
RGB Variations
Color information
#9C111F (or 0x9C111F) is known color: Carmine. HEX triplet: 9C, 11 and 1F. RGB value is (156,17,31). Sum of RGB (Red+Green+Blue) = 156+17+31=204 (27% of max value = 765). Red value is 156 (61.33% from 255 or 76.47% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 156 - color contains mainly: red. Hex color #9C111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C111F is #63EEE0. Grayscale: #3C3C3C. Windows color (decimal): -6549217 or 2036124. OLE color: 2036124.
HSL color Cylindrical-coordinate representation of color #9C111F: hue angle of 353.96º 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 #9C111F is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 17 | 31 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.39 |
| HSL | 353.96º | 0.8% | 0.34% | - |
| HSV(B) | 353.96º | 0.89% | 0.61% | - |
| XYZ | 14.16 | 7.57 | 2.01 | - |
| YUV | 60.16 | 111.55 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 17 | 31 | 0 | 0.89 | 0.80 | 0.39 | 353.96 | 0.8 | 0.34 |
| Hex | 9C | 11 | 1F | 0 | 59 | 50 | 27 | 162 | 50 | 22 |
| Octal | 234 | 21 | 37 | 0 | 131 | 120 | 47 | 542 | 120 | 42 |
| Binary | 10011100 | 10001 | 11111 | 0 | 1011001 | 1010000 | 100111 | 101100010 | 1010000 | 100010 |
Color Harmonies of #9C111F
Complementary color
Monochromatic Colors of #9C111F
Black with #9C111F
Text Example
Text Example
White with #9C111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C111F; }
p { color: rgb(156,17,31); }
H1.HeaderClassName
{
color: #9C111F;
}
.AnyTagClassName
{
color: #9C111F;
}
</style>
background-color css
<style>
a { background-color: #9C111F; }
a { background-color: rgb(156,17,31); }
div.DivClassName
{
background-color: #9C111F;
}
.BgClassName
{
background-color: #9C111F;
}
</style>
border-color css
<style>
span { border-color: #9C111F; }
span { border-color: rgb(156,17,31); }
td.TdClassName
{
border-color: #9C111F;
}
.TagClassName
{
border-color: #9C111F;
}
</style>