Shades of Carmine #9B1124
Tints of Carmine #9B1124
RGB
CMYK
RGB Variations
Color information
#9B1124 (or 0x9B1124) is known color: Carmine. HEX triplet: 9B, 11 and 24. RGB value is (155,17,36). Sum of RGB (Red+Green+Blue) = 155+17+36=208 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.52% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1124 is #64EEDB. Grayscale: #3C3C3C. Windows color (decimal): -6614748 or 2363803. OLE color: 2363803.
HSL color Cylindrical-coordinate representation of color #9B1124: hue angle of 351.74º 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 #9B1124 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 17 | 36 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.39 |
| HSL | 351.74º | 0.8% | 0.34% | - |
| HSV(B) | 351.74º | 0.89% | 0.61% | - |
| XYZ | 14.04 | 7.5 | 2.38 | - |
| YUV | 60.43 | 114.22 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 36 | 0 | 0.89 | 0.77 | 0.39 | 351.74 | 0.8 | 0.34 |
| Hex | 9B | 11 | 24 | 0 | 59 | 4D | 27 | 160 | 50 | 22 |
| Octal | 233 | 21 | 44 | 0 | 131 | 115 | 47 | 540 | 120 | 42 |
| Binary | 10011011 | 10001 | 100100 | 0 | 1011001 | 1001101 | 100111 | 101100000 | 1010000 | 100010 |
Color Harmonies of #9B1124
Complementary color
Monochromatic Colors of #9B1124
Black with #9B1124
Text Example
Text Example
White with #9B1124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1124; }
p { color: rgb(155,17,36); }
H1.HeaderClassName
{
color: #9B1124;
}
.AnyTagClassName
{
color: #9B1124;
}
</style>
background-color css
<style>
a { background-color: #9B1124; }
a { background-color: rgb(155,17,36); }
div.DivClassName
{
background-color: #9B1124;
}
.BgClassName
{
background-color: #9B1124;
}
</style>
border-color css
<style>
span { border-color: #9B1124; }
span { border-color: rgb(155,17,36); }
td.TdClassName
{
border-color: #9B1124;
}
.TagClassName
{
border-color: #9B1124;
}
</style>