Shades of Bright Red #9B203A
Tints of Bright Red #9B203A
RGB
CMYK
RGB Variations
Color information
#9B203A (or 0x9B203A) is known color: Bright Red. HEX triplet: 9B, 20 and 3A. RGB value is (155,32,58). Sum of RGB (Red+Green+Blue) = 155+32+58=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B203A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B203A is #64DFC5. Grayscale: #474747. Windows color (decimal): -6610886 or 3809435. OLE color: 3809435.
HSL color Cylindrical-coordinate representation of color #9B203A: hue angle of 347.32º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B203A is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 32 | 58 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.39 |
| HSL | 347.32º | 0.66% | 0.37% | - |
| HSV(B) | 347.32º | 0.79% | 0.61% | - |
| XYZ | 14.8 | 8.31 | 4.83 | - |
| YUV | 71.74 | 120.25 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 32 | 58 | 0 | 0.79 | 0.63 | 0.39 | 347.32 | 0.66 | 0.37 |
| Hex | 9B | 20 | 3A | 0 | 4F | 3F | 27 | 15B | 42 | 25 |
| Octal | 233 | 40 | 72 | 0 | 117 | 77 | 47 | 533 | 102 | 45 |
| Binary | 10011011 | 100000 | 111010 | 0 | 1001111 | 111111 | 100111 | 101011011 | 1000010 | 100101 |
Color Harmonies of #9B203A
Complementary color
Monochromatic Colors of #9B203A
Black with #9B203A
Text Example
Text Example
White with #9B203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B203A; }
p { color: rgb(155,32,58); }
H1.HeaderClassName
{
color: #9B203A;
}
.AnyTagClassName
{
color: #9B203A;
}
</style>
background-color css
<style>
a { background-color: #9B203A; }
a { background-color: rgb(155,32,58); }
div.DivClassName
{
background-color: #9B203A;
}
.BgClassName
{
background-color: #9B203A;
}
</style>
border-color css
<style>
span { border-color: #9B203A; }
span { border-color: rgb(155,32,58); }
td.TdClassName
{
border-color: #9B203A;
}
.TagClassName
{
border-color: #9B203A;
}
</style>