Shades of Carmine #9B0A32
Tints of Carmine #9B0A32
RGB
CMYK
RGB Variations
Color information
#9B0A32 (or 0x9B0A32) is known color: Carmine. HEX triplet: 9B, 0A and 32. RGB value is (155,10,50). Sum of RGB (Red+Green+Blue) = 155+10+50=215 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.09% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0A32 is #64F5CD. Grayscale: #393939. Windows color (decimal): -6616526 or 3279515. OLE color: 3279515.
HSL color Cylindrical-coordinate representation of color #9B0A32: hue angle of 343.45º degrees, saturation: 0.88, 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 #9B0A32 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 10 | 50 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.39 |
| HSL | 343.45º | 0.88% | 0.32% | - |
| HSV(B) | 343.45º | 0.94% | 0.61% | - |
| XYZ | 14.2 | 7.42 | 3.7 | - |
| YUV | 57.92 | 123.54 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 50 | 0 | 0.94 | 0.68 | 0.39 | 343.45 | 0.88 | 0.32 |
| Hex | 9B | A | 32 | 0 | 5E | 44 | 27 | 157 | 58 | 20 |
| Octal | 233 | 12 | 62 | 0 | 136 | 104 | 47 | 527 | 130 | 40 |
| Binary | 10011011 | 1010 | 110010 | 0 | 1011110 | 1000100 | 100111 | 101010111 | 1011000 | 100000 |
Color Harmonies of #9B0A32
Complementary color
Monochromatic Colors of #9B0A32
Black with #9B0A32
Text Example
Text Example
White with #9B0A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0A32; }
p { color: rgb(155,10,50); }
H1.HeaderClassName
{
color: #9B0A32;
}
.AnyTagClassName
{
color: #9B0A32;
}
</style>
background-color css
<style>
a { background-color: #9B0A32; }
a { background-color: rgb(155,10,50); }
div.DivClassName
{
background-color: #9B0A32;
}
.BgClassName
{
background-color: #9B0A32;
}
</style>
border-color css
<style>
span { border-color: #9B0A32; }
span { border-color: rgb(155,10,50); }
td.TdClassName
{
border-color: #9B0A32;
}
.TagClassName
{
border-color: #9B0A32;
}
</style>