Shades of Bright Red #9B1920
Tints of Bright Red #9B1920
RGB
CMYK
RGB Variations
Color information
#9B1920 (or 0x9B1920) is known color: Bright Red. HEX triplet: 9B, 19 and 20. RGB value is (155,25,32). Sum of RGB (Red+Green+Blue) = 155+25+32=212 (28% of max value = 765). Red value is 155 (60.94% from 255 or 73.11% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1920 is #64E6DF. Grayscale: #404040. Windows color (decimal): -6612704 or 2103707. OLE color: 2103707.
HSL color Cylindrical-coordinate representation of color #9B1920: hue angle of 356.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B1920 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 25 | 32 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.39 |
| HSL | 356.77º | 0.72% | 0.35% | - |
| HSV(B) | 356.77º | 0.84% | 0.61% | - |
| XYZ | 14.13 | 7.77 | 2.12 | - |
| YUV | 64.67 | 109.57 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 25 | 32 | 0 | 0.84 | 0.79 | 0.39 | 356.77 | 0.72 | 0.35 |
| Hex | 9B | 19 | 20 | 0 | 54 | 4F | 27 | 165 | 48 | 23 |
| Octal | 233 | 31 | 40 | 0 | 124 | 117 | 47 | 545 | 110 | 43 |
| Binary | 10011011 | 11001 | 100000 | 0 | 1010100 | 1001111 | 100111 | 101100101 | 1001000 | 100011 |
Color Harmonies of #9B1920
Complementary color
Monochromatic Colors of #9B1920
Black with #9B1920
Text Example
Text Example
White with #9B1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1920; }
p { color: rgb(155,25,32); }
H1.HeaderClassName
{
color: #9B1920;
}
.AnyTagClassName
{
color: #9B1920;
}
</style>
background-color css
<style>
a { background-color: #9B1920; }
a { background-color: rgb(155,25,32); }
div.DivClassName
{
background-color: #9B1920;
}
.BgClassName
{
background-color: #9B1920;
}
</style>
border-color css
<style>
span { border-color: #9B1920; }
span { border-color: rgb(155,25,32); }
td.TdClassName
{
border-color: #9B1920;
}
.TagClassName
{
border-color: #9B1920;
}
</style>