Shades of Bright Red #9B1B37
Tints of Bright Red #9B1B37
RGB
CMYK
RGB Variations
Color information
#9B1B37 (or 0x9B1B37) is known color: Bright Red. HEX triplet: 9B, 1B and 37. RGB value is (155,27,55). Sum of RGB (Red+Green+Blue) = 155+27+55=237 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.40% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1B37 is #64E4C8. Grayscale: #444444. Windows color (decimal): -6612169 or 3611547. OLE color: 3611547.
HSL color Cylindrical-coordinate representation of color #9B1B37: hue angle of 346.88º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1B37 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 27 | 55 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.39 |
| HSL | 346.88º | 0.7% | 0.36% | - |
| HSV(B) | 346.88º | 0.83% | 0.61% | - |
| XYZ | 14.6 | 8.03 | 4.39 | - |
| YUV | 68.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 27 | 55 | 0 | 0.83 | 0.65 | 0.39 | 346.88 | 0.7 | 0.36 |
| Hex | 9B | 1B | 37 | 0 | 53 | 41 | 27 | 15B | 46 | 24 |
| Octal | 233 | 33 | 67 | 0 | 123 | 101 | 47 | 533 | 106 | 44 |
| Binary | 10011011 | 11011 | 110111 | 0 | 1010011 | 1000001 | 100111 | 101011011 | 1000110 | 100100 |
Color Harmonies of #9B1B37
Complementary color
Monochromatic Colors of #9B1B37
Black with #9B1B37
Text Example
Text Example
White with #9B1B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1B37; }
p { color: rgb(155,27,55); }
H1.HeaderClassName
{
color: #9B1B37;
}
.AnyTagClassName
{
color: #9B1B37;
}
</style>
background-color css
<style>
a { background-color: #9B1B37; }
a { background-color: rgb(155,27,55); }
div.DivClassName
{
background-color: #9B1B37;
}
.BgClassName
{
background-color: #9B1B37;
}
</style>
border-color css
<style>
span { border-color: #9B1B37; }
span { border-color: rgb(155,27,55); }
td.TdClassName
{
border-color: #9B1B37;
}
.TagClassName
{
border-color: #9B1B37;
}
</style>