Shades of Bright Red #9B182C
Tints of Bright Red #9B182C
RGB
CMYK
RGB Variations
Color information
#9B182C (or 0x9B182C) is known color: Bright Red. HEX triplet: 9B, 18 and 2C. RGB value is (155,24,44). Sum of RGB (Red+Green+Blue) = 155+24+44=223 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.51% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 155 - color contains mainly: red. Hex color #9B182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B182C is #64E7D3. Grayscale: #414141. Windows color (decimal): -6612948 or 2889883. OLE color: 2889883.
HSL color Cylindrical-coordinate representation of color #9B182C: hue angle of 350.84º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B182C is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 24 | 44 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.39 |
| HSL | 350.84º | 0.73% | 0.35% | - |
| HSV(B) | 350.84º | 0.85% | 0.61% | - |
| XYZ | 14.3 | 7.8 | 3.14 | - |
| YUV | 65.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 24 | 44 | 0 | 0.85 | 0.72 | 0.39 | 350.84 | 0.73 | 0.35 |
| Hex | 9B | 18 | 2C | 0 | 55 | 48 | 27 | 15F | 49 | 23 |
| Octal | 233 | 30 | 54 | 0 | 125 | 110 | 47 | 537 | 111 | 43 |
| Binary | 10011011 | 11000 | 101100 | 0 | 1010101 | 1001000 | 100111 | 101011111 | 1001001 | 100011 |
Color Harmonies of #9B182C
Complementary color
Monochromatic Colors of #9B182C
Black with #9B182C
Text Example
Text Example
White with #9B182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B182C; }
p { color: rgb(155,24,44); }
H1.HeaderClassName
{
color: #9B182C;
}
.AnyTagClassName
{
color: #9B182C;
}
</style>
background-color css
<style>
a { background-color: #9B182C; }
a { background-color: rgb(155,24,44); }
div.DivClassName
{
background-color: #9B182C;
}
.BgClassName
{
background-color: #9B182C;
}
</style>
border-color css
<style>
span { border-color: #9B182C; }
span { border-color: rgb(155,24,44); }
td.TdClassName
{
border-color: #9B182C;
}
.TagClassName
{
border-color: #9B182C;
}
</style>