Shades of Carmine #9B1621
Tints of Carmine #9B1621
RGB
CMYK
RGB Variations
Color information
#9B1621 (or 0x9B1621) is known color: Carmine. HEX triplet: 9B, 16 and 21. RGB value is (155,22,33). Sum of RGB (Red+Green+Blue) = 155+22+33=210 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.81% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1621 is #64E9DE. Grayscale: #3F3F3F. Windows color (decimal): -6613471 or 2168475. OLE color: 2168475.
HSL color Cylindrical-coordinate representation of color #9B1621: hue angle of 355.04º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1621 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 22 | 33 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.39 |
| HSL | 355.04º | 0.75% | 0.35% | - |
| HSV(B) | 355.04º | 0.86% | 0.61% | - |
| XYZ | 14.08 | 7.65 | 2.17 | - |
| YUV | 63.02 | 111.06 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 22 | 33 | 0 | 0.86 | 0.79 | 0.39 | 355.04 | 0.75 | 0.35 |
| Hex | 9B | 16 | 21 | 0 | 56 | 4F | 27 | 163 | 4B | 23 |
| Octal | 233 | 26 | 41 | 0 | 126 | 117 | 47 | 543 | 113 | 43 |
| Binary | 10011011 | 10110 | 100001 | 0 | 1010110 | 1001111 | 100111 | 101100011 | 1001011 | 100011 |
Color Harmonies of #9B1621
Complementary color
Monochromatic Colors of #9B1621
Black with #9B1621
Text Example
Text Example
White with #9B1621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1621; }
p { color: rgb(155,22,33); }
H1.HeaderClassName
{
color: #9B1621;
}
.AnyTagClassName
{
color: #9B1621;
}
</style>
background-color css
<style>
a { background-color: #9B1621; }
a { background-color: rgb(155,22,33); }
div.DivClassName
{
background-color: #9B1621;
}
.BgClassName
{
background-color: #9B1621;
}
</style>
border-color css
<style>
span { border-color: #9B1621; }
span { border-color: rgb(155,22,33); }
td.TdClassName
{
border-color: #9B1621;
}
.TagClassName
{
border-color: #9B1621;
}
</style>