Shades of Carmine #9B112C
Tints of Carmine #9B112C
RGB
CMYK
RGB Variations
Color information
#9B112C (or 0x9B112C) is known color: Carmine. HEX triplet: 9B, 11 and 2C. RGB value is (155,17,44). Sum of RGB (Red+Green+Blue) = 155+17+44=216 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.76% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 155 - color contains mainly: red. Hex color #9B112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B112C is #64EED3. Grayscale: #3D3D3D. Windows color (decimal): -6614740 or 2888091. OLE color: 2888091.
HSL color Cylindrical-coordinate representation of color #9B112C: hue angle of 348.26º 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 #9B112C is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 17 | 44 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.39 |
| HSL | 348.26º | 0.8% | 0.34% | - |
| HSV(B) | 348.26º | 0.89% | 0.61% | - |
| XYZ | 14.17 | 7.55 | 3.09 | - |
| YUV | 61.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 44 | 0 | 0.89 | 0.72 | 0.39 | 348.26 | 0.8 | 0.34 |
| Hex | 9B | 11 | 2C | 0 | 59 | 48 | 27 | 15C | 50 | 22 |
| Octal | 233 | 21 | 54 | 0 | 131 | 110 | 47 | 534 | 120 | 42 |
| Binary | 10011011 | 10001 | 101100 | 0 | 1011001 | 1001000 | 100111 | 101011100 | 1010000 | 100010 |
Color Harmonies of #9B112C
Complementary color
Monochromatic Colors of #9B112C
Black with #9B112C
Text Example
Text Example
White with #9B112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B112C; }
p { color: rgb(155,17,44); }
H1.HeaderClassName
{
color: #9B112C;
}
.AnyTagClassName
{
color: #9B112C;
}
</style>
background-color css
<style>
a { background-color: #9B112C; }
a { background-color: rgb(155,17,44); }
div.DivClassName
{
background-color: #9B112C;
}
.BgClassName
{
background-color: #9B112C;
}
</style>
border-color css
<style>
span { border-color: #9B112C; }
span { border-color: rgb(155,17,44); }
td.TdClassName
{
border-color: #9B112C;
}
.TagClassName
{
border-color: #9B112C;
}
</style>