Shades of Bright Red #9B1032
Tints of Bright Red #9B1032
RGB
CMYK
RGB Variations
Color information
#9B1032 (or 0x9B1032) is known color: Bright Red. HEX triplet: 9B, 10 and 32. RGB value is (155,16,50). Sum of RGB (Red+Green+Blue) = 155+16+50=221 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.14% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1032 is #64EFCD. Grayscale: #3D3D3D. Windows color (decimal): -6614990 or 3281051. OLE color: 3281051.
HSL color Cylindrical-coordinate representation of color #9B1032: hue angle of 345.32º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B1032 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 16 | 50 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.39 |
| HSL | 345.32º | 0.81% | 0.34% | - |
| HSV(B) | 345.32º | 0.9% | 0.61% | - |
| XYZ | 14.28 | 7.57 | 3.73 | - |
| YUV | 61.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 50 | 0 | 0.90 | 0.68 | 0.39 | 345.32 | 0.81 | 0.34 |
| Hex | 9B | 10 | 32 | 0 | 5A | 44 | 27 | 159 | 51 | 22 |
| Octal | 233 | 20 | 62 | 0 | 132 | 104 | 47 | 531 | 121 | 42 |
| Binary | 10011011 | 10000 | 110010 | 0 | 1011010 | 1000100 | 100111 | 101011001 | 1010001 | 100010 |
Color Harmonies of #9B1032
Complementary color
Monochromatic Colors of #9B1032
Black with #9B1032
Text Example
Text Example
White with #9B1032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1032; }
p { color: rgb(155,16,50); }
H1.HeaderClassName
{
color: #9B1032;
}
.AnyTagClassName
{
color: #9B1032;
}
</style>
background-color css
<style>
a { background-color: #9B1032; }
a { background-color: rgb(155,16,50); }
div.DivClassName
{
background-color: #9B1032;
}
.BgClassName
{
background-color: #9B1032;
}
</style>
border-color css
<style>
span { border-color: #9B1032; }
span { border-color: rgb(155,16,50); }
td.TdClassName
{
border-color: #9B1032;
}
.TagClassName
{
border-color: #9B1032;
}
</style>