Shades of Bright Red #9B2834
Tints of Bright Red #9B2834
RGB
CMYK
RGB Variations
Color information
#9B2834 (or 0x9B2834) is known color: Bright Red. HEX triplet: 9B, 28 and 34. RGB value is (155,40,52). Sum of RGB (Red+Green+Blue) = 155+40+52=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2834 is #64D7CB. Grayscale: #4B4B4B. Windows color (decimal): -6608844 or 3418267. OLE color: 3418267.
HSL color Cylindrical-coordinate representation of color #9B2834: hue angle of 353.74º degrees, saturation: 0.59, 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 #9B2834 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 52 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.39 |
| HSL | 353.74º | 0.59% | 0.38% | - |
| HSV(B) | 353.74º | 0.74% | 0.61% | - |
| XYZ | 14.9 | 8.73 | 4.15 | - |
| YUV | 75.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 52 | 0 | 0.74 | 0.66 | 0.39 | 353.74 | 0.59 | 0.38 |
| Hex | 9B | 28 | 34 | 0 | 4A | 42 | 27 | 162 | 3B | 26 |
| Octal | 233 | 50 | 64 | 0 | 112 | 102 | 47 | 542 | 73 | 46 |
| Binary | 10011011 | 101000 | 110100 | 0 | 1001010 | 1000010 | 100111 | 101100010 | 111011 | 100110 |
Color Harmonies of #9B2834
Complementary color
Monochromatic Colors of #9B2834
Black with #9B2834
Text Example
Text Example
White with #9B2834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2834; }
p { color: rgb(155,40,52); }
H1.HeaderClassName
{
color: #9B2834;
}
.AnyTagClassName
{
color: #9B2834;
}
</style>
background-color css
<style>
a { background-color: #9B2834; }
a { background-color: rgb(155,40,52); }
div.DivClassName
{
background-color: #9B2834;
}
.BgClassName
{
background-color: #9B2834;
}
</style>
border-color css
<style>
span { border-color: #9B2834; }
span { border-color: rgb(155,40,52); }
td.TdClassName
{
border-color: #9B2834;
}
.TagClassName
{
border-color: #9B2834;
}
</style>