Shades of Bright Red #9B122D
Tints of Bright Red #9B122D
RGB
CMYK
RGB Variations
Color information
#9B122D (or 0x9B122D) is known color: Bright Red. HEX triplet: 9B, 12 and 2D. RGB value is (155,18,45). Sum of RGB (Red+Green+Blue) = 155+18+45=218 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.10% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 155 - color contains mainly: red. Hex color #9B122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B122D is #64EDD2. Grayscale: #3E3E3E. Windows color (decimal): -6614483 or 2953883. OLE color: 2953883.
HSL color Cylindrical-coordinate representation of color #9B122D: hue angle of 348.18º degrees, saturation: 0.79, 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 #9B122D is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 18 | 45 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.39 |
| HSL | 348.18º | 0.79% | 0.34% | - |
| HSV(B) | 348.18º | 0.88% | 0.61% | - |
| XYZ | 14.21 | 7.59 | 3.2 | - |
| YUV | 62.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 18 | 45 | 0 | 0.88 | 0.71 | 0.39 | 348.18 | 0.79 | 0.34 |
| Hex | 9B | 12 | 2D | 0 | 58 | 47 | 27 | 15C | 4F | 22 |
| Octal | 233 | 22 | 55 | 0 | 130 | 107 | 47 | 534 | 117 | 42 |
| Binary | 10011011 | 10010 | 101101 | 0 | 1011000 | 1000111 | 100111 | 101011100 | 1001111 | 100010 |
Color Harmonies of #9B122D
Complementary color
Monochromatic Colors of #9B122D
Black with #9B122D
Text Example
Text Example
White with #9B122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B122D; }
p { color: rgb(155,18,45); }
H1.HeaderClassName
{
color: #9B122D;
}
.AnyTagClassName
{
color: #9B122D;
}
</style>
background-color css
<style>
a { background-color: #9B122D; }
a { background-color: rgb(155,18,45); }
div.DivClassName
{
background-color: #9B122D;
}
.BgClassName
{
background-color: #9B122D;
}
</style>
border-color css
<style>
span { border-color: #9B122D; }
span { border-color: rgb(155,18,45); }
td.TdClassName
{
border-color: #9B122D;
}
.TagClassName
{
border-color: #9B122D;
}
</style>