Shades of Bright Red #9B203D
Tints of Bright Red #9B203D
RGB
CMYK
RGB Variations
Color information
#9B203D (or 0x9B203D) is known color: Bright Red. HEX triplet: 9B, 20 and 3D. RGB value is (155,32,61). Sum of RGB (Red+Green+Blue) = 155+32+61=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B203D is #64DFC2. Grayscale: #484848. Windows color (decimal): -6610883 or 4006043. OLE color: 4006043.
HSL color Cylindrical-coordinate representation of color #9B203D: hue angle of 345.85º 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 #9B203D is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 32 | 61 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.39 |
| HSL | 345.85º | 0.66% | 0.37% | - |
| HSV(B) | 345.85º | 0.79% | 0.61% | - |
| XYZ | 14.88 | 8.34 | 5.24 | - |
| YUV | 72.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 32 | 61 | 0 | 0.79 | 0.61 | 0.39 | 345.85 | 0.66 | 0.37 |
| Hex | 9B | 20 | 3D | 0 | 4F | 3D | 27 | 15A | 42 | 25 |
| Octal | 233 | 40 | 75 | 0 | 117 | 75 | 47 | 532 | 102 | 45 |
| Binary | 10011011 | 100000 | 111101 | 0 | 1001111 | 111101 | 100111 | 101011010 | 1000010 | 100101 |
Color Harmonies of #9B203D
Complementary color
Monochromatic Colors of #9B203D
Black with #9B203D
Text Example
Text Example
White with #9B203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B203D; }
p { color: rgb(155,32,61); }
H1.HeaderClassName
{
color: #9B203D;
}
.AnyTagClassName
{
color: #9B203D;
}
</style>
background-color css
<style>
a { background-color: #9B203D; }
a { background-color: rgb(155,32,61); }
div.DivClassName
{
background-color: #9B203D;
}
.BgClassName
{
background-color: #9B203D;
}
</style>
border-color css
<style>
span { border-color: #9B203D; }
span { border-color: rgb(155,32,61); }
td.TdClassName
{
border-color: #9B203D;
}
.TagClassName
{
border-color: #9B203D;
}
</style>