Shades of Bright Red #9B2033
Tints of Bright Red #9B2033
RGB
CMYK
RGB Variations
Color information
#9B2033 (or 0x9B2033) is known color: Bright Red. HEX triplet: 9B, 20 and 33. RGB value is (155,32,51). Sum of RGB (Red+Green+Blue) = 155+32+51=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2033 is #64DFCC. Grayscale: #464646. Windows color (decimal): -6610893 or 3350683. OLE color: 3350683.
HSL color Cylindrical-coordinate representation of color #9B2033: hue angle of 350.73º 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 #9B2033 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 32 | 51 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.39 |
| HSL | 350.73º | 0.66% | 0.37% | - |
| HSV(B) | 350.73º | 0.79% | 0.61% | - |
| XYZ | 14.63 | 8.24 | 3.95 | - |
| YUV | 70.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 32 | 51 | 0 | 0.79 | 0.67 | 0.39 | 350.73 | 0.66 | 0.37 |
| Hex | 9B | 20 | 33 | 0 | 4F | 43 | 27 | 15F | 42 | 25 |
| Octal | 233 | 40 | 63 | 0 | 117 | 103 | 47 | 537 | 102 | 45 |
| Binary | 10011011 | 100000 | 110011 | 0 | 1001111 | 1000011 | 100111 | 101011111 | 1000010 | 100101 |
Color Harmonies of #9B2033
Complementary color
Monochromatic Colors of #9B2033
Black with #9B2033
Text Example
Text Example
White with #9B2033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2033; }
p { color: rgb(155,32,51); }
H1.HeaderClassName
{
color: #9B2033;
}
.AnyTagClassName
{
color: #9B2033;
}
</style>
background-color css
<style>
a { background-color: #9B2033; }
a { background-color: rgb(155,32,51); }
div.DivClassName
{
background-color: #9B2033;
}
.BgClassName
{
background-color: #9B2033;
}
</style>
border-color css
<style>
span { border-color: #9B2033; }
span { border-color: rgb(155,32,51); }
td.TdClassName
{
border-color: #9B2033;
}
.TagClassName
{
border-color: #9B2033;
}
</style>