Shades of Carmine #9B091C
Tints of Carmine #9B091C
RGB
CMYK
RGB Variations
Color information
#9B091C (or 0x9B091C) is known color: Carmine. HEX triplet: 9B, 09 and 1C. RGB value is (155,9,28). Sum of RGB (Red+Green+Blue) = 155+9+28=192 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.73% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 155 - color contains mainly: red. Hex color #9B091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B091C is #64F6E3. Grayscale: #363636. Windows color (decimal): -6616804 or 1837467. OLE color: 1837467.
HSL color Cylindrical-coordinate representation of color #9B091C: hue angle of 352.19º degrees, saturation: 0.89, 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 #9B091C is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 28 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.39 |
| HSL | 352.19º | 0.89% | 0.32% | - |
| HSV(B) | 352.19º | 0.94% | 0.61% | - |
| XYZ | 13.82 | 7.25 | 1.77 | - |
| YUV | 54.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 28 | 0 | 0.94 | 0.82 | 0.39 | 352.19 | 0.89 | 0.32 |
| Hex | 9B | 9 | 1C | 0 | 5E | 52 | 27 | 160 | 59 | 20 |
| Octal | 233 | 11 | 34 | 0 | 136 | 122 | 47 | 540 | 131 | 40 |
| Binary | 10011011 | 1001 | 11100 | 0 | 1011110 | 1010010 | 100111 | 101100000 | 1011001 | 100000 |
Color Harmonies of #9B091C
Complementary color
Monochromatic Colors of #9B091C
Black with #9B091C
Text Example
Text Example
White with #9B091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B091C; }
p { color: rgb(155,9,28); }
H1.HeaderClassName
{
color: #9B091C;
}
.AnyTagClassName
{
color: #9B091C;
}
</style>
background-color css
<style>
a { background-color: #9B091C; }
a { background-color: rgb(155,9,28); }
div.DivClassName
{
background-color: #9B091C;
}
.BgClassName
{
background-color: #9B091C;
}
</style>
border-color css
<style>
span { border-color: #9B091C; }
span { border-color: rgb(155,9,28); }
td.TdClassName
{
border-color: #9B091C;
}
.TagClassName
{
border-color: #9B091C;
}
</style>