Shades of Carmine #9B0219
Tints of Carmine #9B0219
RGB
CMYK
RGB Variations
Color information
#9B0219 (or 0x9B0219) is known color: Carmine. HEX triplet: 9B, 02 and 19. RGB value is (155,2,25). Sum of RGB (Red+Green+Blue) = 155+2+25=182 (24% of max value = 765). Red value is 155 (60.94% from 255 or 85.16% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0219 is #64FDE6. Grayscale: #323232. Windows color (decimal): -6618599 or 1639067. OLE color: 1639067.
HSL color Cylindrical-coordinate representation of color #9B0219: hue angle of 350.98º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0219 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.39 |
| HSL | 350.98º | 0.97% | 0.31% | - |
| HSV(B) | 350.98º | 0.99% | 0.61% | - |
| XYZ | 13.71 | 7.08 | 1.56 | - |
| YUV | 50.37 | 113.69 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 25 | 0 | 0.99 | 0.84 | 0.39 | 350.98 | 0.97 | 0.31 |
| Hex | 9B | 2 | 19 | 0 | 63 | 54 | 27 | 15F | 61 | 1F |
| Octal | 233 | 2 | 31 | 0 | 143 | 124 | 47 | 537 | 141 | 37 |
| Binary | 10011011 | 10 | 11001 | 0 | 1100011 | 1010100 | 100111 | 101011111 | 1100001 | 11111 |
Color Harmonies of #9B0219
Complementary color
Monochromatic Colors of #9B0219
Black with #9B0219
Text Example
Text Example
White with #9B0219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0219; }
p { color: rgb(155,2,25); }
H1.HeaderClassName
{
color: #9B0219;
}
.AnyTagClassName
{
color: #9B0219;
}
</style>
background-color css
<style>
a { background-color: #9B0219; }
a { background-color: rgb(155,2,25); }
div.DivClassName
{
background-color: #9B0219;
}
.BgClassName
{
background-color: #9B0219;
}
</style>
border-color css
<style>
span { border-color: #9B0219; }
span { border-color: rgb(155,2,25); }
td.TdClassName
{
border-color: #9B0219;
}
.TagClassName
{
border-color: #9B0219;
}
</style>