Shades of Carmine #9B1321
Tints of Carmine #9B1321
RGB
CMYK
RGB Variations
Color information
#9B1321 (or 0x9B1321) is known color: Carmine. HEX triplet: 9B, 13 and 21. RGB value is (155,19,33). Sum of RGB (Red+Green+Blue) = 155+19+33=207 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.88% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1321 is #64ECDE. Grayscale: #3D3D3D. Windows color (decimal): -6614239 or 2167707. OLE color: 2167707.
HSL color Cylindrical-coordinate representation of color #9B1321: hue angle of 353.82º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1321 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 19 | 33 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.39 |
| HSL | 353.82º | 0.78% | 0.34% | - |
| HSV(B) | 353.82º | 0.88% | 0.61% | - |
| XYZ | 14.02 | 7.54 | 2.16 | - |
| YUV | 61.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 19 | 33 | 0 | 0.88 | 0.79 | 0.39 | 353.82 | 0.78 | 0.34 |
| Hex | 9B | 13 | 21 | 0 | 58 | 4F | 27 | 162 | 4E | 22 |
| Octal | 233 | 23 | 41 | 0 | 130 | 117 | 47 | 542 | 116 | 42 |
| Binary | 10011011 | 10011 | 100001 | 0 | 1011000 | 1001111 | 100111 | 101100010 | 1001110 | 100010 |
Color Harmonies of #9B1321
Complementary color
Monochromatic Colors of #9B1321
Black with #9B1321
Text Example
Text Example
White with #9B1321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1321; }
p { color: rgb(155,19,33); }
H1.HeaderClassName
{
color: #9B1321;
}
.AnyTagClassName
{
color: #9B1321;
}
</style>
background-color css
<style>
a { background-color: #9B1321; }
a { background-color: rgb(155,19,33); }
div.DivClassName
{
background-color: #9B1321;
}
.BgClassName
{
background-color: #9B1321;
}
</style>
border-color css
<style>
span { border-color: #9B1321; }
span { border-color: rgb(155,19,33); }
td.TdClassName
{
border-color: #9B1321;
}
.TagClassName
{
border-color: #9B1321;
}
</style>