Shades of Carmine #9B0B18
Tints of Carmine #9B0B18
RGB
CMYK
RGB Variations
Color information
#9B0B18 (or 0x9B0B18) is known color: Carmine. HEX triplet: 9B, 0B and 18. RGB value is (155,11,24). Sum of RGB (Red+Green+Blue) = 155+11+24=190 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.58% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0B18 is #64F4E7. Grayscale: #373737. Windows color (decimal): -6616296 or 1575835. OLE color: 1575835.
HSL color Cylindrical-coordinate representation of color #9B0B18: hue angle of 354.58º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0B18 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 11 | 24 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.39 |
| HSL | 354.58º | 0.87% | 0.33% | - |
| HSV(B) | 354.58º | 0.93% | 0.61% | - |
| XYZ | 13.8 | 7.27 | 1.54 | - |
| YUV | 55.54 | 110.21 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 11 | 24 | 0 | 0.93 | 0.85 | 0.39 | 354.58 | 0.87 | 0.33 |
| Hex | 9B | B | 18 | 0 | 5D | 55 | 27 | 163 | 57 | 21 |
| Octal | 233 | 13 | 30 | 0 | 135 | 125 | 47 | 543 | 127 | 41 |
| Binary | 10011011 | 1011 | 11000 | 0 | 1011101 | 1010101 | 100111 | 101100011 | 1010111 | 100001 |
Color Harmonies of #9B0B18
Complementary color
Monochromatic Colors of #9B0B18
Black with #9B0B18
Text Example
Text Example
White with #9B0B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0B18; }
p { color: rgb(155,11,24); }
H1.HeaderClassName
{
color: #9B0B18;
}
.AnyTagClassName
{
color: #9B0B18;
}
</style>
background-color css
<style>
a { background-color: #9B0B18; }
a { background-color: rgb(155,11,24); }
div.DivClassName
{
background-color: #9B0B18;
}
.BgClassName
{
background-color: #9B0B18;
}
</style>
border-color css
<style>
span { border-color: #9B0B18; }
span { border-color: rgb(155,11,24); }
td.TdClassName
{
border-color: #9B0B18;
}
.TagClassName
{
border-color: #9B0B18;
}
</style>