Shades of Carmine #9B0A21
Tints of Carmine #9B0A21
RGB
CMYK
RGB Variations
Color information
#9B0A21 (or 0x9B0A21) is known color: Carmine. HEX triplet: 9B, 0A and 21. RGB value is (155,10,33). Sum of RGB (Red+Green+Blue) = 155+10+33=198 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.28% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0A21 is #64F5DE. Grayscale: #383838. Windows color (decimal): -6616543 or 2165403. OLE color: 2165403.
HSL color Cylindrical-coordinate representation of color #9B0A21: hue angle of 350.48º 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 #9B0A21 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 10 | 33 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.39 |
| HSL | 350.48º | 0.88% | 0.32% | - |
| HSV(B) | 350.48º | 0.94% | 0.61% | - |
| XYZ | 13.9 | 7.3 | 2.11 | - |
| YUV | 55.98 | 115.04 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 33 | 0 | 0.94 | 0.79 | 0.39 | 350.48 | 0.88 | 0.32 |
| Hex | 9B | A | 21 | 0 | 5E | 4F | 27 | 15E | 58 | 20 |
| Octal | 233 | 12 | 41 | 0 | 136 | 117 | 47 | 536 | 130 | 40 |
| Binary | 10011011 | 1010 | 100001 | 0 | 1011110 | 1001111 | 100111 | 101011110 | 1011000 | 100000 |
Color Harmonies of #9B0A21
Complementary color
Monochromatic Colors of #9B0A21
Black with #9B0A21
Text Example
Text Example
White with #9B0A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0A21; }
p { color: rgb(155,10,33); }
H1.HeaderClassName
{
color: #9B0A21;
}
.AnyTagClassName
{
color: #9B0A21;
}
</style>
background-color css
<style>
a { background-color: #9B0A21; }
a { background-color: rgb(155,10,33); }
div.DivClassName
{
background-color: #9B0A21;
}
.BgClassName
{
background-color: #9B0A21;
}
</style>
border-color css
<style>
span { border-color: #9B0A21; }
span { border-color: rgb(155,10,33); }
td.TdClassName
{
border-color: #9B0A21;
}
.TagClassName
{
border-color: #9B0A21;
}
</style>