Shades of Carmine #9B0A2C
Tints of Carmine #9B0A2C
RGB
CMYK
RGB Variations
Color information
#9B0A2C (or 0x9B0A2C) is known color: Carmine. HEX triplet: 9B, 0A and 2C. RGB value is (155,10,44). Sum of RGB (Red+Green+Blue) = 155+10+44=209 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.16% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0A2C is #64F5D3. Grayscale: #393939. Windows color (decimal): -6616532 or 2886299. OLE color: 2886299.
HSL color Cylindrical-coordinate representation of color #9B0A2C: hue angle of 345.93º 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 #9B0A2C is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 10 | 44 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.39 |
| HSL | 345.93º | 0.88% | 0.32% | - |
| HSV(B) | 345.93º | 0.94% | 0.61% | - |
| XYZ | 14.08 | 7.37 | 3.06 | - |
| YUV | 57.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 44 | 0 | 0.94 | 0.72 | 0.39 | 345.93 | 0.88 | 0.32 |
| Hex | 9B | A | 2C | 0 | 5E | 48 | 27 | 15A | 58 | 20 |
| Octal | 233 | 12 | 54 | 0 | 136 | 110 | 47 | 532 | 130 | 40 |
| Binary | 10011011 | 1010 | 101100 | 0 | 1011110 | 1001000 | 100111 | 101011010 | 1011000 | 100000 |
Color Harmonies of #9B0A2C
Complementary color
Monochromatic Colors of #9B0A2C
Black with #9B0A2C
Text Example
Text Example
White with #9B0A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0A2C; }
p { color: rgb(155,10,44); }
H1.HeaderClassName
{
color: #9B0A2C;
}
.AnyTagClassName
{
color: #9B0A2C;
}
</style>
background-color css
<style>
a { background-color: #9B0A2C; }
a { background-color: rgb(155,10,44); }
div.DivClassName
{
background-color: #9B0A2C;
}
.BgClassName
{
background-color: #9B0A2C;
}
</style>
border-color css
<style>
span { border-color: #9B0A2C; }
span { border-color: rgb(155,10,44); }
td.TdClassName
{
border-color: #9B0A2C;
}
.TagClassName
{
border-color: #9B0A2C;
}
</style>