Shades of Bright Red #9B283F
Tints of Bright Red #9B283F
RGB
CMYK
RGB Variations
Color information
#9B283F (or 0x9B283F) is known color: Bright Red. HEX triplet: 9B, 28 and 3F. RGB value is (155,40,63). Sum of RGB (Red+Green+Blue) = 155+40+63=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B283F is #64D7C0. Grayscale: #4D4D4D. Windows color (decimal): -6608833 or 4139163. OLE color: 4139163.
HSL color Cylindrical-coordinate representation of color #9B283F: hue angle of 348º 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 #9B283F is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 63 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.39 |
| HSL | 348º | 0.59% | 0.38% | - |
| HSV(B) | 348º | 0.74% | 0.61% | - |
| XYZ | 15.17 | 8.85 | 5.61 | - |
| YUV | 77.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 63 | 0 | 0.74 | 0.59 | 0.39 | 348 | 0.59 | 0.38 |
| Hex | 9B | 28 | 3F | 0 | 4A | 3B | 27 | 15C | 3B | 26 |
| Octal | 233 | 50 | 77 | 0 | 112 | 73 | 47 | 534 | 73 | 46 |
| Binary | 10011011 | 101000 | 111111 | 0 | 1001010 | 111011 | 100111 | 101011100 | 111011 | 100110 |
Color Harmonies of #9B283F
Complementary color
Monochromatic Colors of #9B283F
Black with #9B283F
Text Example
Text Example
White with #9B283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B283F; }
p { color: rgb(155,40,63); }
H1.HeaderClassName
{
color: #9B283F;
}
.AnyTagClassName
{
color: #9B283F;
}
</style>
background-color css
<style>
a { background-color: #9B283F; }
a { background-color: rgb(155,40,63); }
div.DivClassName
{
background-color: #9B283F;
}
.BgClassName
{
background-color: #9B283F;
}
</style>
border-color css
<style>
span { border-color: #9B283F; }
span { border-color: rgb(155,40,63); }
td.TdClassName
{
border-color: #9B283F;
}
.TagClassName
{
border-color: #9B283F;
}
</style>