Shades of Bright Red #9B2934
Tints of Bright Red #9B2934
RGB
CMYK
RGB Variations
Color information
#9B2934 (or 0x9B2934) is known color: Bright Red. HEX triplet: 9B, 29 and 34. RGB value is (155,41,52). Sum of RGB (Red+Green+Blue) = 155+41+52=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2934 is #64D6CB. Grayscale: #4C4C4C. Windows color (decimal): -6608588 or 3418523. OLE color: 3418523.
HSL color Cylindrical-coordinate representation of color #9B2934: hue angle of 354.21º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2934 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 41 | 52 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.39 |
| HSL | 354.21º | 0.58% | 0.38% | - |
| HSV(B) | 354.21º | 0.74% | 0.61% | - |
| XYZ | 14.93 | 8.8 | 4.16 | - |
| YUV | 76.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 41 | 52 | 0 | 0.74 | 0.66 | 0.39 | 354.21 | 0.58 | 0.38 |
| Hex | 9B | 29 | 34 | 0 | 4A | 42 | 27 | 162 | 3A | 26 |
| Octal | 233 | 51 | 64 | 0 | 112 | 102 | 47 | 542 | 72 | 46 |
| Binary | 10011011 | 101001 | 110100 | 0 | 1001010 | 1000010 | 100111 | 101100010 | 111010 | 100110 |
Color Harmonies of #9B2934
Complementary color
Monochromatic Colors of #9B2934
Black with #9B2934
Text Example
Text Example
White with #9B2934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2934; }
p { color: rgb(155,41,52); }
H1.HeaderClassName
{
color: #9B2934;
}
.AnyTagClassName
{
color: #9B2934;
}
</style>
background-color css
<style>
a { background-color: #9B2934; }
a { background-color: rgb(155,41,52); }
div.DivClassName
{
background-color: #9B2934;
}
.BgClassName
{
background-color: #9B2934;
}
</style>
border-color css
<style>
span { border-color: #9B2934; }
span { border-color: rgb(155,41,52); }
td.TdClassName
{
border-color: #9B2934;
}
.TagClassName
{
border-color: #9B2934;
}
</style>