Shades of Bright Red #9B113C
Tints of Bright Red #9B113C
RGB
CMYK
RGB Variations
Color information
#9B113C (or 0x9B113C) is known color: Bright Red. HEX triplet: 9B, 11 and 3C. RGB value is (155,17,60). Sum of RGB (Red+Green+Blue) = 155+17+60=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B113C is #64EEC3. Grayscale: #3F3F3F. Windows color (decimal): -6614724 or 3936667. OLE color: 3936667.
HSL color Cylindrical-coordinate representation of color #9B113C: hue angle of 341.3º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B113C is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 17 | 60 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.39 |
| HSL | 341.3º | 0.8% | 0.34% | - |
| HSV(B) | 341.3º | 0.89% | 0.61% | - |
| XYZ | 14.53 | 7.7 | 4.99 | - |
| YUV | 63.16 | 126.22 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 60 | 0 | 0.89 | 0.61 | 0.39 | 341.3 | 0.8 | 0.34 |
| Hex | 9B | 11 | 3C | 0 | 59 | 3D | 27 | 155 | 50 | 22 |
| Octal | 233 | 21 | 74 | 0 | 131 | 75 | 47 | 525 | 120 | 42 |
| Binary | 10011011 | 10001 | 111100 | 0 | 1011001 | 111101 | 100111 | 101010101 | 1010000 | 100010 |
Color Harmonies of #9B113C
Complementary color
Monochromatic Colors of #9B113C
Black with #9B113C
Text Example
Text Example
White with #9B113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B113C; }
p { color: rgb(155,17,60); }
H1.HeaderClassName
{
color: #9B113C;
}
.AnyTagClassName
{
color: #9B113C;
}
</style>
background-color css
<style>
a { background-color: #9B113C; }
a { background-color: rgb(155,17,60); }
div.DivClassName
{
background-color: #9B113C;
}
.BgClassName
{
background-color: #9B113C;
}
</style>
border-color css
<style>
span { border-color: #9B113C; }
span { border-color: rgb(155,17,60); }
td.TdClassName
{
border-color: #9B113C;
}
.TagClassName
{
border-color: #9B113C;
}
</style>