Shades of Bright Red #9B232D
Tints of Bright Red #9B232D
RGB
CMYK
RGB Variations
Color information
#9B232D (or 0x9B232D) is known color: Bright Red. HEX triplet: 9B, 23 and 2D. RGB value is (155,35,45). Sum of RGB (Red+Green+Blue) = 155+35+45=235 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.96% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 155 - color contains mainly: red. Hex color #9B232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B232D is #64DCD2. Grayscale: #484848. Windows color (decimal): -6610131 or 2958235. OLE color: 2958235.
HSL color Cylindrical-coordinate representation of color #9B232D: hue angle of 355º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B232D is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 35 | 45 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.39 |
| HSL | 355º | 0.63% | 0.37% | - |
| HSV(B) | 355º | 0.77% | 0.61% | - |
| XYZ | 14.59 | 8.36 | 3.33 | - |
| YUV | 72.02 | 112.76 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 35 | 45 | 0 | 0.77 | 0.71 | 0.39 | 355 | 0.63 | 0.37 |
| Hex | 9B | 23 | 2D | 0 | 4D | 47 | 27 | 163 | 3F | 25 |
| Octal | 233 | 43 | 55 | 0 | 115 | 107 | 47 | 543 | 77 | 45 |
| Binary | 10011011 | 100011 | 101101 | 0 | 1001101 | 1000111 | 100111 | 101100011 | 111111 | 100101 |
Color Harmonies of #9B232D
Complementary color
Monochromatic Colors of #9B232D
Black with #9B232D
Text Example
Text Example
White with #9B232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B232D; }
p { color: rgb(155,35,45); }
H1.HeaderClassName
{
color: #9B232D;
}
.AnyTagClassName
{
color: #9B232D;
}
</style>
background-color css
<style>
a { background-color: #9B232D; }
a { background-color: rgb(155,35,45); }
div.DivClassName
{
background-color: #9B232D;
}
.BgClassName
{
background-color: #9B232D;
}
</style>
border-color css
<style>
span { border-color: #9B232D; }
span { border-color: rgb(155,35,45); }
td.TdClassName
{
border-color: #9B232D;
}
.TagClassName
{
border-color: #9B232D;
}
</style>