Shades of Carmine #9B0031
Tints of Carmine #9B0031
RGB
CMYK
RGB Variations
Color information
#9B0031 (or 0x9B0031) is known color: Carmine. HEX triplet: 9B, 00 and 31. RGB value is (155,0,49). Sum of RGB (Red+Green+Blue) = 155+0+49=204 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.98% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0031 is #64FFCE. Grayscale: #333333. Windows color (decimal): -6619087 or 3211419. OLE color: 3211419.
HSL color Cylindrical-coordinate representation of color #9B0031: hue angle of 341.03º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B0031 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.68 | 0.39 |
| HSL | 341.03º | 1% | 0.3% | - |
| HSV(B) | 341.03º | 1% | 0.61% | - |
| XYZ | 14.07 | 7.19 | 3.55 | - |
| YUV | 51.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 49 | 0 | 1 | 0.68 | 0.39 | 341.03 | 1 | 0.3 |
| Hex | 9B | 0 | 31 | 0 | 64 | 44 | 27 | 155 | 64 | 1E |
| Octal | 233 | 0 | 61 | 0 | 144 | 104 | 47 | 525 | 144 | 36 |
| Binary | 10011011 | 0 | 110001 | 0 | 1100100 | 1000100 | 100111 | 101010101 | 1100100 | 11110 |
Color Harmonies of #9B0031
Complementary color
Monochromatic Colors of #9B0031
Black with #9B0031
Text Example
Text Example
White with #9B0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0031; }
p { color: rgb(155,0,49); }
H1.HeaderClassName
{
color: #9B0031;
}
.AnyTagClassName
{
color: #9B0031;
}
</style>
background-color css
<style>
a { background-color: #9B0031; }
a { background-color: rgb(155,0,49); }
div.DivClassName
{
background-color: #9B0031;
}
.BgClassName
{
background-color: #9B0031;
}
</style>
border-color css
<style>
span { border-color: #9B0031; }
span { border-color: rgb(155,0,49); }
td.TdClassName
{
border-color: #9B0031;
}
.TagClassName
{
border-color: #9B0031;
}
</style>