Shades of Bright Red #9B1B32
Tints of Bright Red #9B1B32
RGB
CMYK
RGB Variations
Color information
#9B1B32 (or 0x9B1B32) is known color: Bright Red. HEX triplet: 9B, 1B and 32. RGB value is (155,27,50). Sum of RGB (Red+Green+Blue) = 155+27+50=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1B32 is #64E4CD. Grayscale: #434343. Windows color (decimal): -6612174 or 3283867. OLE color: 3283867.
HSL color Cylindrical-coordinate representation of color #9B1B32: hue angle of 349.22º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1B32 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 27 | 50 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.39 |
| HSL | 349.22º | 0.7% | 0.36% | - |
| HSV(B) | 349.22º | 0.83% | 0.61% | - |
| XYZ | 14.49 | 7.98 | 3.79 | - |
| YUV | 67.89 | 117.91 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 27 | 50 | 0 | 0.83 | 0.68 | 0.39 | 349.22 | 0.7 | 0.36 |
| Hex | 9B | 1B | 32 | 0 | 53 | 44 | 27 | 15D | 46 | 24 |
| Octal | 233 | 33 | 62 | 0 | 123 | 104 | 47 | 535 | 106 | 44 |
| Binary | 10011011 | 11011 | 110010 | 0 | 1010011 | 1000100 | 100111 | 101011101 | 1000110 | 100100 |
Color Harmonies of #9B1B32
Complementary color
Monochromatic Colors of #9B1B32
Black with #9B1B32
Text Example
Text Example
White with #9B1B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1B32; }
p { color: rgb(155,27,50); }
H1.HeaderClassName
{
color: #9B1B32;
}
.AnyTagClassName
{
color: #9B1B32;
}
</style>
background-color css
<style>
a { background-color: #9B1B32; }
a { background-color: rgb(155,27,50); }
div.DivClassName
{
background-color: #9B1B32;
}
.BgClassName
{
background-color: #9B1B32;
}
</style>
border-color css
<style>
span { border-color: #9B1B32; }
span { border-color: rgb(155,27,50); }
td.TdClassName
{
border-color: #9B1B32;
}
.TagClassName
{
border-color: #9B1B32;
}
</style>