Shades of Carmine #9B112E
Tints of Carmine #9B112E
RGB
CMYK
RGB Variations
Color information
#9B112E (or 0x9B112E) is known color: Carmine. HEX triplet: 9B, 11 and 2E. RGB value is (155,17,46). Sum of RGB (Red+Green+Blue) = 155+17+46=218 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.10% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 155 - color contains mainly: red. Hex color #9B112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B112E is #64EED1. Grayscale: #3D3D3D. Windows color (decimal): -6614738 or 3019163. OLE color: 3019163.
HSL color Cylindrical-coordinate representation of color #9B112E: hue angle of 347.39º 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 #9B112E is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 17 | 46 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.39 |
| HSL | 347.39º | 0.8% | 0.34% | - |
| HSV(B) | 347.39º | 0.89% | 0.61% | - |
| XYZ | 14.21 | 7.57 | 3.3 | - |
| YUV | 61.57 | 119.22 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 46 | 0 | 0.89 | 0.70 | 0.39 | 347.39 | 0.8 | 0.34 |
| Hex | 9B | 11 | 2E | 0 | 59 | 46 | 27 | 15B | 50 | 22 |
| Octal | 233 | 21 | 56 | 0 | 131 | 106 | 47 | 533 | 120 | 42 |
| Binary | 10011011 | 10001 | 101110 | 0 | 1011001 | 1000110 | 100111 | 101011011 | 1010000 | 100010 |
Color Harmonies of #9B112E
Complementary color
Monochromatic Colors of #9B112E
Black with #9B112E
Text Example
Text Example
White with #9B112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B112E; }
p { color: rgb(155,17,46); }
H1.HeaderClassName
{
color: #9B112E;
}
.AnyTagClassName
{
color: #9B112E;
}
</style>
background-color css
<style>
a { background-color: #9B112E; }
a { background-color: rgb(155,17,46); }
div.DivClassName
{
background-color: #9B112E;
}
.BgClassName
{
background-color: #9B112E;
}
</style>
border-color css
<style>
span { border-color: #9B112E; }
span { border-color: rgb(155,17,46); }
td.TdClassName
{
border-color: #9B112E;
}
.TagClassName
{
border-color: #9B112E;
}
</style>