Shades of Carmine #9B1114
Tints of Carmine #9B1114
RGB
CMYK
RGB Variations
Color information
#9B1114 (or 0x9B1114) is known color: Carmine. HEX triplet: 9B, 11 and 14. RGB value is (155,17,20). Sum of RGB (Red+Green+Blue) = 155+17+20=192 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.73% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1114 is #64EEEB. Grayscale: #3A3A3A. Windows color (decimal): -6614764 or 1315227. OLE color: 1315227.
HSL color Cylindrical-coordinate representation of color #9B1114: hue angle of 358.7º 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 #9B1114 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 17 | 20 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.39 |
| HSL | 358.7º | 0.8% | 0.34% | - |
| HSV(B) | 358.7º | 0.89% | 0.61% | - |
| XYZ | 13.84 | 7.42 | 1.36 | - |
| YUV | 58.6 | 106.22 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 20 | 0 | 0.89 | 0.87 | 0.39 | 358.7 | 0.8 | 0.34 |
| Hex | 9B | 11 | 14 | 0 | 59 | 57 | 27 | 167 | 50 | 22 |
| Octal | 233 | 21 | 24 | 0 | 131 | 127 | 47 | 547 | 120 | 42 |
| Binary | 10011011 | 10001 | 10100 | 0 | 1011001 | 1010111 | 100111 | 101100111 | 1010000 | 100010 |
Color Harmonies of #9B1114
Complementary color
Monochromatic Colors of #9B1114
Black with #9B1114
Text Example
Text Example
White with #9B1114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1114; }
p { color: rgb(155,17,20); }
H1.HeaderClassName
{
color: #9B1114;
}
.AnyTagClassName
{
color: #9B1114;
}
</style>
background-color css
<style>
a { background-color: #9B1114; }
a { background-color: rgb(155,17,20); }
div.DivClassName
{
background-color: #9B1114;
}
.BgClassName
{
background-color: #9B1114;
}
</style>
border-color css
<style>
span { border-color: #9B1114; }
span { border-color: rgb(155,17,20); }
td.TdClassName
{
border-color: #9B1114;
}
.TagClassName
{
border-color: #9B1114;
}
</style>