Shades of Bright Red #9B293F
Tints of Bright Red #9B293F
RGB
CMYK
RGB Variations
Color information
#9B293F (or 0x9B293F) is known color: Bright Red. HEX triplet: 9B, 29 and 3F. RGB value is (155,41,63). Sum of RGB (Red+Green+Blue) = 155+41+63=259 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.85% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 155 - color contains mainly: red. Hex color #9B293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B293F is #64D6C0. Grayscale: #4D4D4D. Windows color (decimal): -6608577 or 4139419. OLE color: 4139419.
HSL color Cylindrical-coordinate representation of color #9B293F: hue angle of 348.42º 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 #9B293F is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 41 | 63 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.39 |
| HSL | 348.42º | 0.58% | 0.38% | - |
| HSV(B) | 348.42º | 0.74% | 0.61% | - |
| XYZ | 15.21 | 8.91 | 5.62 | - |
| YUV | 77.59 | 119.77 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 41 | 63 | 0 | 0.74 | 0.59 | 0.39 | 348.42 | 0.58 | 0.38 |
| Hex | 9B | 29 | 3F | 0 | 4A | 3B | 27 | 15C | 3A | 26 |
| Octal | 233 | 51 | 77 | 0 | 112 | 73 | 47 | 534 | 72 | 46 |
| Binary | 10011011 | 101001 | 111111 | 0 | 1001010 | 111011 | 100111 | 101011100 | 111010 | 100110 |
Color Harmonies of #9B293F
Complementary color
Monochromatic Colors of #9B293F
Black with #9B293F
Text Example
Text Example
White with #9B293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B293F; }
p { color: rgb(155,41,63); }
H1.HeaderClassName
{
color: #9B293F;
}
.AnyTagClassName
{
color: #9B293F;
}
</style>
background-color css
<style>
a { background-color: #9B293F; }
a { background-color: rgb(155,41,63); }
div.DivClassName
{
background-color: #9B293F;
}
.BgClassName
{
background-color: #9B293F;
}
</style>
border-color css
<style>
span { border-color: #9B293F; }
span { border-color: rgb(155,41,63); }
td.TdClassName
{
border-color: #9B293F;
}
.TagClassName
{
border-color: #9B293F;
}
</style>