Shades of Bright Red #9B173C
Tints of Bright Red #9B173C
RGB
CMYK
RGB Variations
Color information
#9B173C (or 0x9B173C) is known color: Bright Red. HEX triplet: 9B, 17 and 3C. RGB value is (155,23,60). Sum of RGB (Red+Green+Blue) = 155+23+60=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B173C is #64E8C3. Grayscale: #424242. Windows color (decimal): -6613188 or 3938203. OLE color: 3938203.
HSL color Cylindrical-coordinate representation of color #9B173C: hue angle of 343.18º degrees, saturation: 0.74, 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 #9B173C is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 23 | 60 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.39 |
| HSL | 343.18º | 0.74% | 0.35% | - |
| HSV(B) | 343.18º | 0.85% | 0.61% | - |
| XYZ | 14.64 | 7.91 | 5.03 | - |
| YUV | 66.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 23 | 60 | 0 | 0.85 | 0.61 | 0.39 | 343.18 | 0.74 | 0.35 |
| Hex | 9B | 17 | 3C | 0 | 55 | 3D | 27 | 157 | 4A | 23 |
| Octal | 233 | 27 | 74 | 0 | 125 | 75 | 47 | 527 | 112 | 43 |
| Binary | 10011011 | 10111 | 111100 | 0 | 1010101 | 111101 | 100111 | 101010111 | 1001010 | 100011 |
Color Harmonies of #9B173C
Complementary color
Monochromatic Colors of #9B173C
Black with #9B173C
Text Example
Text Example
White with #9B173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B173C; }
p { color: rgb(155,23,60); }
H1.HeaderClassName
{
color: #9B173C;
}
.AnyTagClassName
{
color: #9B173C;
}
</style>
background-color css
<style>
a { background-color: #9B173C; }
a { background-color: rgb(155,23,60); }
div.DivClassName
{
background-color: #9B173C;
}
.BgClassName
{
background-color: #9B173C;
}
</style>
border-color css
<style>
span { border-color: #9B173C; }
span { border-color: rgb(155,23,60); }
td.TdClassName
{
border-color: #9B173C;
}
.TagClassName
{
border-color: #9B173C;
}
</style>