Shades of Carmine #9B1424
Tints of Carmine #9B1424
RGB
CMYK
RGB Variations
Color information
#9B1424 (or 0x9B1424) is known color: Carmine. HEX triplet: 9B, 14 and 24. RGB value is (155,20,36). Sum of RGB (Red+Green+Blue) = 155+20+36=211 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.46% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1424 is #64EBDB. Grayscale: #3E3E3E. Windows color (decimal): -6613980 or 2364571. OLE color: 2364571.
HSL color Cylindrical-coordinate representation of color #9B1424: hue angle of 352.89º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B1424 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 20 | 36 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.39 |
| HSL | 352.89º | 0.77% | 0.34% | - |
| HSV(B) | 352.89º | 0.87% | 0.61% | - |
| XYZ | 14.09 | 7.6 | 2.39 | - |
| YUV | 62.19 | 113.23 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 36 | 0 | 0.87 | 0.77 | 0.39 | 352.89 | 0.77 | 0.34 |
| Hex | 9B | 14 | 24 | 0 | 57 | 4D | 27 | 161 | 4D | 22 |
| Octal | 233 | 24 | 44 | 0 | 127 | 115 | 47 | 541 | 115 | 42 |
| Binary | 10011011 | 10100 | 100100 | 0 | 1010111 | 1001101 | 100111 | 101100001 | 1001101 | 100010 |
Color Harmonies of #9B1424
Complementary color
Monochromatic Colors of #9B1424
Black with #9B1424
Text Example
Text Example
White with #9B1424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1424; }
p { color: rgb(155,20,36); }
H1.HeaderClassName
{
color: #9B1424;
}
.AnyTagClassName
{
color: #9B1424;
}
</style>
background-color css
<style>
a { background-color: #9B1424; }
a { background-color: rgb(155,20,36); }
div.DivClassName
{
background-color: #9B1424;
}
.BgClassName
{
background-color: #9B1424;
}
</style>
border-color css
<style>
span { border-color: #9B1424; }
span { border-color: rgb(155,20,36); }
td.TdClassName
{
border-color: #9B1424;
}
.TagClassName
{
border-color: #9B1424;
}
</style>