Shades of Bright Red #9B192C
Tints of Bright Red #9B192C
RGB
CMYK
RGB Variations
Color information
#9B192C (or 0x9B192C) is known color: Bright Red. HEX triplet: 9B, 19 and 2C. RGB value is (155,25,44). Sum of RGB (Red+Green+Blue) = 155+25+44=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B192C is #64E6D3. Grayscale: #424242. Windows color (decimal): -6612692 or 2890139. OLE color: 2890139.
HSL color Cylindrical-coordinate representation of color #9B192C: hue angle of 351.23º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B192C is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 25 | 44 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.39 |
| HSL | 351.23º | 0.72% | 0.35% | - |
| HSV(B) | 351.23º | 0.84% | 0.61% | - |
| XYZ | 14.32 | 7.85 | 3.14 | - |
| YUV | 66.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 25 | 44 | 0 | 0.84 | 0.72 | 0.39 | 351.23 | 0.72 | 0.35 |
| Hex | 9B | 19 | 2C | 0 | 54 | 48 | 27 | 15F | 48 | 23 |
| Octal | 233 | 31 | 54 | 0 | 124 | 110 | 47 | 537 | 110 | 43 |
| Binary | 10011011 | 11001 | 101100 | 0 | 1010100 | 1001000 | 100111 | 101011111 | 1001000 | 100011 |
Color Harmonies of #9B192C
Complementary color
Monochromatic Colors of #9B192C
Black with #9B192C
Text Example
Text Example
White with #9B192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B192C; }
p { color: rgb(155,25,44); }
H1.HeaderClassName
{
color: #9B192C;
}
.AnyTagClassName
{
color: #9B192C;
}
</style>
background-color css
<style>
a { background-color: #9B192C; }
a { background-color: rgb(155,25,44); }
div.DivClassName
{
background-color: #9B192C;
}
.BgClassName
{
background-color: #9B192C;
}
</style>
border-color css
<style>
span { border-color: #9B192C; }
span { border-color: rgb(155,25,44); }
td.TdClassName
{
border-color: #9B192C;
}
.TagClassName
{
border-color: #9B192C;
}
</style>