Shades of Red Stage #B55132
Tints of Red Stage #B55132
RGB
CMYK
RGB Variations
Color information
#B55132 (or 0xB55132) is known color: Red Stage. HEX triplet: B5, 51 and 32. RGB value is (181,81,50). Sum of RGB (Red+Green+Blue) = 181+81+50=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B55132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55132 is #4AAECD. Grayscale: #6B6B6B. Windows color (decimal): -4894414 or 3297717. OLE color: 3297717.
HSL color Cylindrical-coordinate representation of color #B55132: hue angle of 14.2º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B55132 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 50 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.29 |
| HSL | 14.2º | 0.57% | 0.45% | - |
| HSV(B) | 14.2º | 0.72% | 0.71% | - |
| XYZ | 22.57 | 15.94 | 4.9 | - |
| YUV | 107.37 | 95.63 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 50 | 0 | 0.55 | 0.72 | 0.29 | 14.2 | 0.57 | 0.45 |
| Hex | B5 | 51 | 32 | 0 | 37 | 48 | 1D | E | 39 | 2D |
| Octal | 265 | 121 | 62 | 0 | 67 | 110 | 35 | 16 | 71 | 55 |
| Binary | 10110101 | 1010001 | 110010 | 0 | 110111 | 1001000 | 11101 | 1110 | 111001 | 101101 |
Color Harmonies of #B55132
Complementary color
Monochromatic Colors of #B55132
Black with #B55132
Text Example
Text Example
White with #B55132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55132; }
p { color: rgb(181,81,50); }
H1.HeaderClassName
{
color: #B55132;
}
.AnyTagClassName
{
color: #B55132;
}
</style>
background-color css
<style>
a { background-color: #B55132; }
a { background-color: rgb(181,81,50); }
div.DivClassName
{
background-color: #B55132;
}
.BgClassName
{
background-color: #B55132;
}
</style>
border-color css
<style>
span { border-color: #B55132; }
span { border-color: rgb(181,81,50); }
td.TdClassName
{
border-color: #B55132;
}
.TagClassName
{
border-color: #B55132;
}
</style>