Shades of Bright Red #9B232C
Tints of Bright Red #9B232C
RGB
CMYK
RGB Variations
Color information
#9B232C (or 0x9B232C) is known color: Bright Red. HEX triplet: 9B, 23 and 2C. RGB value is (155,35,44). Sum of RGB (Red+Green+Blue) = 155+35+44=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B232C is #64DCD3. Grayscale: #474747. Windows color (decimal): -6610132 or 2892699. OLE color: 2892699.
HSL color Cylindrical-coordinate representation of color #9B232C: hue angle of 355.5º 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 #9B232C is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 35 | 44 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.39 |
| HSL | 355.5º | 0.63% | 0.37% | - |
| HSV(B) | 355.5º | 0.77% | 0.61% | - |
| XYZ | 14.57 | 8.35 | 3.23 | - |
| YUV | 71.91 | 112.26 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 35 | 44 | 0 | 0.77 | 0.72 | 0.39 | 355.5 | 0.63 | 0.37 |
| Hex | 9B | 23 | 2C | 0 | 4D | 48 | 27 | 164 | 3F | 25 |
| Octal | 233 | 43 | 54 | 0 | 115 | 110 | 47 | 544 | 77 | 45 |
| Binary | 10011011 | 100011 | 101100 | 0 | 1001101 | 1001000 | 100111 | 101100100 | 111111 | 100101 |
Color Harmonies of #9B232C
Complementary color
Monochromatic Colors of #9B232C
Black with #9B232C
Text Example
Text Example
White with #9B232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B232C; }
p { color: rgb(155,35,44); }
H1.HeaderClassName
{
color: #9B232C;
}
.AnyTagClassName
{
color: #9B232C;
}
</style>
background-color css
<style>
a { background-color: #9B232C; }
a { background-color: rgb(155,35,44); }
div.DivClassName
{
background-color: #9B232C;
}
.BgClassName
{
background-color: #9B232C;
}
</style>
border-color css
<style>
span { border-color: #9B232C; }
span { border-color: rgb(155,35,44); }
td.TdClassName
{
border-color: #9B232C;
}
.TagClassName
{
border-color: #9B232C;
}
</style>