Shades of Carmine #9B1521
Tints of Carmine #9B1521
RGB
CMYK
RGB Variations
Color information
#9B1521 (or 0x9B1521) is known color: Carmine. HEX triplet: 9B, 15 and 21. RGB value is (155,21,33). Sum of RGB (Red+Green+Blue) = 155+21+33=209 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.16% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1521 is #64EADE. Grayscale: #3E3E3E. Windows color (decimal): -6613727 or 2168219. OLE color: 2168219.
HSL color Cylindrical-coordinate representation of color #9B1521: hue angle of 354.63º degrees, saturation: 0.76, 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 #9B1521 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 21 | 33 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.39 |
| HSL | 354.63º | 0.76% | 0.35% | - |
| HSV(B) | 354.63º | 0.86% | 0.61% | - |
| XYZ | 14.06 | 7.61 | 2.17 | - |
| YUV | 62.43 | 111.39 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 21 | 33 | 0 | 0.86 | 0.79 | 0.39 | 354.63 | 0.76 | 0.35 |
| Hex | 9B | 15 | 21 | 0 | 56 | 4F | 27 | 163 | 4C | 23 |
| Octal | 233 | 25 | 41 | 0 | 126 | 117 | 47 | 543 | 114 | 43 |
| Binary | 10011011 | 10101 | 100001 | 0 | 1010110 | 1001111 | 100111 | 101100011 | 1001100 | 100011 |
Color Harmonies of #9B1521
Complementary color
Monochromatic Colors of #9B1521
Black with #9B1521
Text Example
Text Example
White with #9B1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1521; }
p { color: rgb(155,21,33); }
H1.HeaderClassName
{
color: #9B1521;
}
.AnyTagClassName
{
color: #9B1521;
}
</style>
background-color css
<style>
a { background-color: #9B1521; }
a { background-color: rgb(155,21,33); }
div.DivClassName
{
background-color: #9B1521;
}
.BgClassName
{
background-color: #9B1521;
}
</style>
border-color css
<style>
span { border-color: #9B1521; }
span { border-color: rgb(155,21,33); }
td.TdClassName
{
border-color: #9B1521;
}
.TagClassName
{
border-color: #9B1521;
}
</style>