Shades of Bright Red #9B172F
Tints of Bright Red #9B172F
RGB
CMYK
RGB Variations
Color information
#9B172F (or 0x9B172F) is known color: Bright Red. HEX triplet: 9B, 17 and 2F. RGB value is (155,23,47). Sum of RGB (Red+Green+Blue) = 155+23+47=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B172F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B172F is #64E8D0. Grayscale: #414141. Windows color (decimal): -6613201 or 3086235. OLE color: 3086235.
HSL color Cylindrical-coordinate representation of color #9B172F: hue angle of 349.09º 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 #9B172F is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 23 | 47 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.39 |
| HSL | 349.09º | 0.74% | 0.35% | - |
| HSV(B) | 349.09º | 0.85% | 0.61% | - |
| XYZ | 14.34 | 7.79 | 3.44 | - |
| YUV | 65.2 | 117.73 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 23 | 47 | 0 | 0.85 | 0.70 | 0.39 | 349.09 | 0.74 | 0.35 |
| Hex | 9B | 17 | 2F | 0 | 55 | 46 | 27 | 15D | 4A | 23 |
| Octal | 233 | 27 | 57 | 0 | 125 | 106 | 47 | 535 | 112 | 43 |
| Binary | 10011011 | 10111 | 101111 | 0 | 1010101 | 1000110 | 100111 | 101011101 | 1001010 | 100011 |
Color Harmonies of #9B172F
Complementary color
Monochromatic Colors of #9B172F
Black with #9B172F
Text Example
Text Example
White with #9B172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B172F; }
p { color: rgb(155,23,47); }
H1.HeaderClassName
{
color: #9B172F;
}
.AnyTagClassName
{
color: #9B172F;
}
</style>
background-color css
<style>
a { background-color: #9B172F; }
a { background-color: rgb(155,23,47); }
div.DivClassName
{
background-color: #9B172F;
}
.BgClassName
{
background-color: #9B172F;
}
</style>
border-color css
<style>
span { border-color: #9B172F; }
span { border-color: rgb(155,23,47); }
td.TdClassName
{
border-color: #9B172F;
}
.TagClassName
{
border-color: #9B172F;
}
</style>