Shades of Bright Red #9B283D
Tints of Bright Red #9B283D
RGB
CMYK
RGB Variations
Color information
#9B283D (or 0x9B283D) is known color: Bright Red. HEX triplet: 9B, 28 and 3D. RGB value is (155,40,61). Sum of RGB (Red+Green+Blue) = 155+40+61=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B283D is #64D7C2. Grayscale: #4C4C4C. Windows color (decimal): -6608835 or 4008091. OLE color: 4008091.
HSL color Cylindrical-coordinate representation of color #9B283D: hue angle of 349.04º 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 #9B283D is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 61 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.39 |
| HSL | 349.04º | 0.59% | 0.38% | - |
| HSV(B) | 349.04º | 0.74% | 0.61% | - |
| XYZ | 15.12 | 8.82 | 5.32 | - |
| YUV | 76.78 | 119.1 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 61 | 0 | 0.74 | 0.61 | 0.39 | 349.04 | 0.59 | 0.38 |
| Hex | 9B | 28 | 3D | 0 | 4A | 3D | 27 | 15D | 3B | 26 |
| Octal | 233 | 50 | 75 | 0 | 112 | 75 | 47 | 535 | 73 | 46 |
| Binary | 10011011 | 101000 | 111101 | 0 | 1001010 | 111101 | 100111 | 101011101 | 111011 | 100110 |
Color Harmonies of #9B283D
Complementary color
Monochromatic Colors of #9B283D
Black with #9B283D
Text Example
Text Example
White with #9B283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B283D; }
p { color: rgb(155,40,61); }
H1.HeaderClassName
{
color: #9B283D;
}
.AnyTagClassName
{
color: #9B283D;
}
</style>
background-color css
<style>
a { background-color: #9B283D; }
a { background-color: rgb(155,40,61); }
div.DivClassName
{
background-color: #9B283D;
}
.BgClassName
{
background-color: #9B283D;
}
</style>
border-color css
<style>
span { border-color: #9B283D; }
span { border-color: rgb(155,40,61); }
td.TdClassName
{
border-color: #9B283D;
}
.TagClassName
{
border-color: #9B283D;
}
</style>