Shades of Bright Red #9B203C
Tints of Bright Red #9B203C
RGB
CMYK
RGB Variations
Color information
#9B203C (or 0x9B203C) is known color: Bright Red. HEX triplet: 9B, 20 and 3C. RGB value is (155,32,60). Sum of RGB (Red+Green+Blue) = 155+32+60=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B203C is #64DFC3. Grayscale: #474747. Windows color (decimal): -6610884 or 3940507. OLE color: 3940507.
HSL color Cylindrical-coordinate representation of color #9B203C: hue angle of 346.34º 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 #9B203C is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 32 | 60 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.39 |
| HSL | 346.34º | 0.66% | 0.37% | - |
| HSV(B) | 346.34º | 0.79% | 0.61% | - |
| XYZ | 14.85 | 8.33 | 5.1 | - |
| YUV | 71.97 | 121.25 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 32 | 60 | 0 | 0.79 | 0.61 | 0.39 | 346.34 | 0.66 | 0.37 |
| Hex | 9B | 20 | 3C | 0 | 4F | 3D | 27 | 15A | 42 | 25 |
| Octal | 233 | 40 | 74 | 0 | 117 | 75 | 47 | 532 | 102 | 45 |
| Binary | 10011011 | 100000 | 111100 | 0 | 1001111 | 111101 | 100111 | 101011010 | 1000010 | 100101 |
Color Harmonies of #9B203C
Complementary color
Monochromatic Colors of #9B203C
Black with #9B203C
Text Example
Text Example
White with #9B203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B203C; }
p { color: rgb(155,32,60); }
H1.HeaderClassName
{
color: #9B203C;
}
.AnyTagClassName
{
color: #9B203C;
}
</style>
background-color css
<style>
a { background-color: #9B203C; }
a { background-color: rgb(155,32,60); }
div.DivClassName
{
background-color: #9B203C;
}
.BgClassName
{
background-color: #9B203C;
}
</style>
border-color css
<style>
span { border-color: #9B203C; }
span { border-color: rgb(155,32,60); }
td.TdClassName
{
border-color: #9B203C;
}
.TagClassName
{
border-color: #9B203C;
}
</style>