Shades of Bright Red #9B2329
Tints of Bright Red #9B2329
RGB
CMYK
RGB Variations
Color information
#9B2329 (or 0x9B2329) is known color: Bright Red. HEX triplet: 9B, 23 and 29. RGB value is (155,35,41). Sum of RGB (Red+Green+Blue) = 155+35+41=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2329 is #64DCD6. Grayscale: #474747. Windows color (decimal): -6610135 or 2696091. OLE color: 2696091.
HSL color Cylindrical-coordinate representation of color #9B2329: hue angle of 357º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2329 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 35 | 41 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.39 |
| HSL | 357º | 0.63% | 0.37% | - |
| HSV(B) | 357º | 0.77% | 0.61% | - |
| XYZ | 14.52 | 8.33 | 2.94 | - |
| YUV | 71.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 35 | 41 | 0 | 0.77 | 0.74 | 0.39 | 357 | 0.63 | 0.37 |
| Hex | 9B | 23 | 29 | 0 | 4D | 4A | 27 | 165 | 3F | 25 |
| Octal | 233 | 43 | 51 | 0 | 115 | 112 | 47 | 545 | 77 | 45 |
| Binary | 10011011 | 100011 | 101001 | 0 | 1001101 | 1001010 | 100111 | 101100101 | 111111 | 100101 |
Color Harmonies of #9B2329
Complementary color
Monochromatic Colors of #9B2329
Black with #9B2329
Text Example
Text Example
White with #9B2329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2329; }
p { color: rgb(155,35,41); }
H1.HeaderClassName
{
color: #9B2329;
}
.AnyTagClassName
{
color: #9B2329;
}
</style>
background-color css
<style>
a { background-color: #9B2329; }
a { background-color: rgb(155,35,41); }
div.DivClassName
{
background-color: #9B2329;
}
.BgClassName
{
background-color: #9B2329;
}
</style>
border-color css
<style>
span { border-color: #9B2329; }
span { border-color: rgb(155,35,41); }
td.TdClassName
{
border-color: #9B2329;
}
.TagClassName
{
border-color: #9B2329;
}
</style>