Shades of Carmine #9B0918
Tints of Carmine #9B0918
RGB
CMYK
RGB Variations
Color information
#9B0918 (or 0x9B0918) is known color: Carmine. HEX triplet: 9B, 09 and 18. RGB value is (155,9,24). Sum of RGB (Red+Green+Blue) = 155+9+24=188 (24% of max value = 765). Red value is 155 (60.94% from 255 or 82.45% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0918 is #64F6E7. Grayscale: #363636. Windows color (decimal): -6616808 or 1575323. OLE color: 1575323.
HSL color Cylindrical-coordinate representation of color #9B0918: hue angle of 353.84º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0918 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 24 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.39 |
| HSL | 353.84º | 0.89% | 0.32% | - |
| HSV(B) | 353.84º | 0.94% | 0.61% | - |
| XYZ | 13.78 | 7.23 | 1.53 | - |
| YUV | 54.36 | 110.87 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 24 | 0 | 0.94 | 0.85 | 0.39 | 353.84 | 0.89 | 0.32 |
| Hex | 9B | 9 | 18 | 0 | 5E | 55 | 27 | 162 | 59 | 20 |
| Octal | 233 | 11 | 30 | 0 | 136 | 125 | 47 | 542 | 131 | 40 |
| Binary | 10011011 | 1001 | 11000 | 0 | 1011110 | 1010101 | 100111 | 101100010 | 1011001 | 100000 |
Color Harmonies of #9B0918
Complementary color
Monochromatic Colors of #9B0918
Black with #9B0918
Text Example
Text Example
White with #9B0918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0918; }
p { color: rgb(155,9,24); }
H1.HeaderClassName
{
color: #9B0918;
}
.AnyTagClassName
{
color: #9B0918;
}
</style>
background-color css
<style>
a { background-color: #9B0918; }
a { background-color: rgb(155,9,24); }
div.DivClassName
{
background-color: #9B0918;
}
.BgClassName
{
background-color: #9B0918;
}
</style>
border-color css
<style>
span { border-color: #9B0918; }
span { border-color: rgb(155,9,24); }
td.TdClassName
{
border-color: #9B0918;
}
.TagClassName
{
border-color: #9B0918;
}
</style>