Shades of Carmine #9B1121
Tints of Carmine #9B1121
RGB
CMYK
RGB Variations
Color information
#9B1121 (or 0x9B1121) is known color: Carmine. HEX triplet: 9B, 11 and 21. RGB value is (155,17,33). Sum of RGB (Red+Green+Blue) = 155+17+33=205 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.61% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1121 is #64EEDE. Grayscale: #3C3C3C. Windows color (decimal): -6614751 or 2167195. OLE color: 2167195.
HSL color Cylindrical-coordinate representation of color #9B1121: hue angle of 353.04º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B1121 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 17 | 33 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.39 |
| HSL | 353.04º | 0.8% | 0.34% | - |
| HSV(B) | 353.04º | 0.89% | 0.61% | - |
| XYZ | 13.99 | 7.48 | 2.14 | - |
| YUV | 60.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 33 | 0 | 0.89 | 0.79 | 0.39 | 353.04 | 0.8 | 0.34 |
| Hex | 9B | 11 | 21 | 0 | 59 | 4F | 27 | 161 | 50 | 22 |
| Octal | 233 | 21 | 41 | 0 | 131 | 117 | 47 | 541 | 120 | 42 |
| Binary | 10011011 | 10001 | 100001 | 0 | 1011001 | 1001111 | 100111 | 101100001 | 1010000 | 100010 |
Color Harmonies of #9B1121
Complementary color
Monochromatic Colors of #9B1121
Black with #9B1121
Text Example
Text Example
White with #9B1121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1121; }
p { color: rgb(155,17,33); }
H1.HeaderClassName
{
color: #9B1121;
}
.AnyTagClassName
{
color: #9B1121;
}
</style>
background-color css
<style>
a { background-color: #9B1121; }
a { background-color: rgb(155,17,33); }
div.DivClassName
{
background-color: #9B1121;
}
.BgClassName
{
background-color: #9B1121;
}
</style>
border-color css
<style>
span { border-color: #9B1121; }
span { border-color: rgb(155,17,33); }
td.TdClassName
{
border-color: #9B1121;
}
.TagClassName
{
border-color: #9B1121;
}
</style>