Shades of Bright Red #9B123C
Tints of Bright Red #9B123C
RGB
CMYK
RGB Variations
Color information
#9B123C (or 0x9B123C) is known color: Bright Red. HEX triplet: 9B, 12 and 3C. RGB value is (155,18,60). Sum of RGB (Red+Green+Blue) = 155+18+60=233 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.52% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 155 - color contains mainly: red. Hex color #9B123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B123C is #64EDC3. Grayscale: #3F3F3F. Windows color (decimal): -6614468 or 3936923. OLE color: 3936923.
HSL color Cylindrical-coordinate representation of color #9B123C: hue angle of 341.61º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B123C is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 18 | 60 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.39 |
| HSL | 341.61º | 0.79% | 0.34% | - |
| HSV(B) | 341.61º | 0.88% | 0.61% | - |
| XYZ | 14.55 | 7.73 | 5 | - |
| YUV | 63.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 18 | 60 | 0 | 0.88 | 0.61 | 0.39 | 341.61 | 0.79 | 0.34 |
| Hex | 9B | 12 | 3C | 0 | 58 | 3D | 27 | 156 | 4F | 22 |
| Octal | 233 | 22 | 74 | 0 | 130 | 75 | 47 | 526 | 117 | 42 |
| Binary | 10011011 | 10010 | 111100 | 0 | 1011000 | 111101 | 100111 | 101010110 | 1001111 | 100010 |
Color Harmonies of #9B123C
Complementary color
Monochromatic Colors of #9B123C
Black with #9B123C
Text Example
Text Example
White with #9B123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B123C; }
p { color: rgb(155,18,60); }
H1.HeaderClassName
{
color: #9B123C;
}
.AnyTagClassName
{
color: #9B123C;
}
</style>
background-color css
<style>
a { background-color: #9B123C; }
a { background-color: rgb(155,18,60); }
div.DivClassName
{
background-color: #9B123C;
}
.BgClassName
{
background-color: #9B123C;
}
</style>
border-color css
<style>
span { border-color: #9B123C; }
span { border-color: rgb(155,18,60); }
td.TdClassName
{
border-color: #9B123C;
}
.TagClassName
{
border-color: #9B123C;
}
</style>