Shades of Carmine #9B102C
Tints of Carmine #9B102C
RGB
CMYK
RGB Variations
Color information
#9B102C (or 0x9B102C) is known color: Carmine. HEX triplet: 9B, 10 and 2C. RGB value is (155,16,44). Sum of RGB (Red+Green+Blue) = 155+16+44=215 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.09% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 155 - color contains mainly: red. Hex color #9B102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B102C is #64EFD3. Grayscale: #3C3C3C. Windows color (decimal): -6614996 or 2887835. OLE color: 2887835.
HSL color Cylindrical-coordinate representation of color #9B102C: hue angle of 347.91º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B102C is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 16 | 44 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.39 |
| HSL | 347.91º | 0.81% | 0.34% | - |
| HSV(B) | 347.91º | 0.9% | 0.61% | - |
| XYZ | 14.16 | 7.52 | 3.09 | - |
| YUV | 60.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 44 | 0 | 0.90 | 0.72 | 0.39 | 347.91 | 0.81 | 0.34 |
| Hex | 9B | 10 | 2C | 0 | 5A | 48 | 27 | 15C | 51 | 22 |
| Octal | 233 | 20 | 54 | 0 | 132 | 110 | 47 | 534 | 121 | 42 |
| Binary | 10011011 | 10000 | 101100 | 0 | 1011010 | 1001000 | 100111 | 101011100 | 1010001 | 100010 |
Color Harmonies of #9B102C
Complementary color
Monochromatic Colors of #9B102C
Black with #9B102C
Text Example
Text Example
White with #9B102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B102C; }
p { color: rgb(155,16,44); }
H1.HeaderClassName
{
color: #9B102C;
}
.AnyTagClassName
{
color: #9B102C;
}
</style>
background-color css
<style>
a { background-color: #9B102C; }
a { background-color: rgb(155,16,44); }
div.DivClassName
{
background-color: #9B102C;
}
.BgClassName
{
background-color: #9B102C;
}
</style>
border-color css
<style>
span { border-color: #9B102C; }
span { border-color: rgb(155,16,44); }
td.TdClassName
{
border-color: #9B102C;
}
.TagClassName
{
border-color: #9B102C;
}
</style>