Shades of Bright Red #9B293E
Tints of Bright Red #9B293E
RGB
CMYK
RGB Variations
Color information
#9B293E (or 0x9B293E) is known color: Bright Red. HEX triplet: 9B, 29 and 3E. RGB value is (155,41,62). Sum of RGB (Red+Green+Blue) = 155+41+62=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B293E is #64D6C1. Grayscale: #4D4D4D. Windows color (decimal): -6608578 or 4073883. OLE color: 4073883.
HSL color Cylindrical-coordinate representation of color #9B293E: hue angle of 348.95º 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 #9B293E is Cyan = 0, Magento = 0.74, Yellow = 0.6 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 41 | 62 | - |
| CMYK | 0 | 0.74 | 0.6 | 0.39 |
| HSL | 348.95º | 0.58% | 0.38% | - |
| HSV(B) | 348.95º | 0.74% | 0.61% | - |
| XYZ | 15.18 | 8.9 | 5.48 | - |
| YUV | 77.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 41 | 62 | 0 | 0.74 | 0.6 | 0.39 | 348.95 | 0.58 | 0.38 |
| Hex | 9B | 29 | 3E | 0 | 4A | 3C | 27 | 15D | 3A | 26 |
| Octal | 233 | 51 | 76 | 0 | 112 | 74 | 47 | 535 | 72 | 46 |
| Binary | 10011011 | 101001 | 111110 | 0 | 1001010 | 111100 | 100111 | 101011101 | 111010 | 100110 |
Color Harmonies of #9B293E
Complementary color
Monochromatic Colors of #9B293E
Black with #9B293E
Text Example
Text Example
White with #9B293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B293E; }
p { color: rgb(155,41,62); }
H1.HeaderClassName
{
color: #9B293E;
}
.AnyTagClassName
{
color: #9B293E;
}
</style>
background-color css
<style>
a { background-color: #9B293E; }
a { background-color: rgb(155,41,62); }
div.DivClassName
{
background-color: #9B293E;
}
.BgClassName
{
background-color: #9B293E;
}
</style>
border-color css
<style>
span { border-color: #9B293E; }
span { border-color: rgb(155,41,62); }
td.TdClassName
{
border-color: #9B293E;
}
.TagClassName
{
border-color: #9B293E;
}
</style>