Shades of Carmine #9B1422
Tints of Carmine #9B1422
RGB
CMYK
RGB Variations
Color information
#9B1422 (or 0x9B1422) is known color: Carmine. HEX triplet: 9B, 14 and 22. RGB value is (155,20,34). Sum of RGB (Red+Green+Blue) = 155+20+34=209 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.16% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1422 is #64EBDD. Grayscale: #3E3E3E. Windows color (decimal): -6613982 or 2233499. OLE color: 2233499.
HSL color Cylindrical-coordinate representation of color #9B1422: hue angle of 353.78º 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 #9B1422 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 20 | 34 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.39 |
| HSL | 353.78º | 0.77% | 0.34% | - |
| HSV(B) | 353.78º | 0.87% | 0.61% | - |
| XYZ | 14.06 | 7.58 | 2.24 | - |
| YUV | 61.96 | 112.23 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 34 | 0 | 0.87 | 0.78 | 0.39 | 353.78 | 0.77 | 0.34 |
| Hex | 9B | 14 | 22 | 0 | 57 | 4E | 27 | 162 | 4D | 22 |
| Octal | 233 | 24 | 42 | 0 | 127 | 116 | 47 | 542 | 115 | 42 |
| Binary | 10011011 | 10100 | 100010 | 0 | 1010111 | 1001110 | 100111 | 101100010 | 1001101 | 100010 |
Color Harmonies of #9B1422
Complementary color
Monochromatic Colors of #9B1422
Black with #9B1422
Text Example
Text Example
White with #9B1422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1422; }
p { color: rgb(155,20,34); }
H1.HeaderClassName
{
color: #9B1422;
}
.AnyTagClassName
{
color: #9B1422;
}
</style>
background-color css
<style>
a { background-color: #9B1422; }
a { background-color: rgb(155,20,34); }
div.DivClassName
{
background-color: #9B1422;
}
.BgClassName
{
background-color: #9B1422;
}
</style>
border-color css
<style>
span { border-color: #9B1422; }
span { border-color: rgb(155,20,34); }
td.TdClassName
{
border-color: #9B1422;
}
.TagClassName
{
border-color: #9B1422;
}
</style>