Shades of Carmine #9B0933
Tints of Carmine #9B0933
RGB
CMYK
RGB Variations
Color information
#9B0933 (or 0x9B0933) is known color: Carmine. HEX triplet: 9B, 09 and 33. RGB value is (155,9,51). Sum of RGB (Red+Green+Blue) = 155+9+51=215 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.09% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0933 is #64F6CC. Grayscale: #393939. Windows color (decimal): -6616781 or 3344795. OLE color: 3344795.
HSL color Cylindrical-coordinate representation of color #9B0933: hue angle of 342.74º 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 #9B0933 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 51 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.39 |
| HSL | 342.74º | 0.89% | 0.32% | - |
| HSV(B) | 342.74º | 0.94% | 0.61% | - |
| XYZ | 14.21 | 7.4 | 3.81 | - |
| YUV | 57.44 | 124.37 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 51 | 0 | 0.94 | 0.67 | 0.39 | 342.74 | 0.89 | 0.32 |
| Hex | 9B | 9 | 33 | 0 | 5E | 43 | 27 | 157 | 59 | 20 |
| Octal | 233 | 11 | 63 | 0 | 136 | 103 | 47 | 527 | 131 | 40 |
| Binary | 10011011 | 1001 | 110011 | 0 | 1011110 | 1000011 | 100111 | 101010111 | 1011001 | 100000 |
Color Harmonies of #9B0933
Complementary color
Monochromatic Colors of #9B0933
Black with #9B0933
Text Example
Text Example
White with #9B0933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0933; }
p { color: rgb(155,9,51); }
H1.HeaderClassName
{
color: #9B0933;
}
.AnyTagClassName
{
color: #9B0933;
}
</style>
background-color css
<style>
a { background-color: #9B0933; }
a { background-color: rgb(155,9,51); }
div.DivClassName
{
background-color: #9B0933;
}
.BgClassName
{
background-color: #9B0933;
}
</style>
border-color css
<style>
span { border-color: #9B0933; }
span { border-color: rgb(155,9,51); }
td.TdClassName
{
border-color: #9B0933;
}
.TagClassName
{
border-color: #9B0933;
}
</style>