Shades of Carmine #9B0919
Tints of Carmine #9B0919
RGB
CMYK
RGB Variations
Color information
#9B0919 (or 0x9B0919) is known color: Carmine. HEX triplet: 9B, 09 and 19. RGB value is (155,9,25). Sum of RGB (Red+Green+Blue) = 155+9+25=189 (25% of max value = 765). Red value is 155 (60.94% from 255 or 82.01% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0919 is #64F6E6. Grayscale: #363636. Windows color (decimal): -6616807 or 1640859. OLE color: 1640859.
HSL color Cylindrical-coordinate representation of color #9B0919: hue angle of 353.42º 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 #9B0919 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 25 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.39 |
| HSL | 353.42º | 0.89% | 0.32% | - |
| HSV(B) | 353.42º | 0.94% | 0.61% | - |
| XYZ | 13.79 | 7.23 | 1.59 | - |
| YUV | 54.48 | 111.37 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 25 | 0 | 0.94 | 0.84 | 0.39 | 353.42 | 0.89 | 0.32 |
| Hex | 9B | 9 | 19 | 0 | 5E | 54 | 27 | 161 | 59 | 20 |
| Octal | 233 | 11 | 31 | 0 | 136 | 124 | 47 | 541 | 131 | 40 |
| Binary | 10011011 | 1001 | 11001 | 0 | 1011110 | 1010100 | 100111 | 101100001 | 1011001 | 100000 |
Color Harmonies of #9B0919
Complementary color
Monochromatic Colors of #9B0919
Black with #9B0919
Text Example
Text Example
White with #9B0919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0919; }
p { color: rgb(155,9,25); }
H1.HeaderClassName
{
color: #9B0919;
}
.AnyTagClassName
{
color: #9B0919;
}
</style>
background-color css
<style>
a { background-color: #9B0919; }
a { background-color: rgb(155,9,25); }
div.DivClassName
{
background-color: #9B0919;
}
.BgClassName
{
background-color: #9B0919;
}
</style>
border-color css
<style>
span { border-color: #9B0919; }
span { border-color: rgb(155,9,25); }
td.TdClassName
{
border-color: #9B0919;
}
.TagClassName
{
border-color: #9B0919;
}
</style>