Shades of Carmine #9B122C
Tints of Carmine #9B122C
RGB
CMYK
RGB Variations
Color information
#9B122C (or 0x9B122C) is known color: Carmine. HEX triplet: 9B, 12 and 2C. RGB value is (155,18,44). Sum of RGB (Red+Green+Blue) = 155+18+44=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B122C is #64EDD3. Grayscale: #3D3D3D. Windows color (decimal): -6614484 or 2888347. OLE color: 2888347.
HSL color Cylindrical-coordinate representation of color #9B122C: hue angle of 348.61º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B122C is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 18 | 44 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.39 |
| HSL | 348.61º | 0.79% | 0.34% | - |
| HSV(B) | 348.61º | 0.88% | 0.61% | - |
| XYZ | 14.19 | 7.58 | 3.1 | - |
| YUV | 61.93 | 117.89 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 18 | 44 | 0 | 0.88 | 0.72 | 0.39 | 348.61 | 0.79 | 0.34 |
| Hex | 9B | 12 | 2C | 0 | 58 | 48 | 27 | 15D | 4F | 22 |
| Octal | 233 | 22 | 54 | 0 | 130 | 110 | 47 | 535 | 117 | 42 |
| Binary | 10011011 | 10010 | 101100 | 0 | 1011000 | 1001000 | 100111 | 101011101 | 1001111 | 100010 |
Color Harmonies of #9B122C
Complementary color
Monochromatic Colors of #9B122C
Black with #9B122C
Text Example
Text Example
White with #9B122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B122C; }
p { color: rgb(155,18,44); }
H1.HeaderClassName
{
color: #9B122C;
}
.AnyTagClassName
{
color: #9B122C;
}
</style>
background-color css
<style>
a { background-color: #9B122C; }
a { background-color: rgb(155,18,44); }
div.DivClassName
{
background-color: #9B122C;
}
.BgClassName
{
background-color: #9B122C;
}
</style>
border-color css
<style>
span { border-color: #9B122C; }
span { border-color: rgb(155,18,44); }
td.TdClassName
{
border-color: #9B122C;
}
.TagClassName
{
border-color: #9B122C;
}
</style>