Shades of Red Stage #B55131
Tints of Red Stage #B55131
RGB
CMYK
RGB Variations
Color information
#B55131 (or 0xB55131) is known color: Red Stage. HEX triplet: B5, 51 and 31. RGB value is (181,81,49). Sum of RGB (Red+Green+Blue) = 181+81+49=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B55131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55131 is #4AAECE. Grayscale: #6B6B6B. Windows color (decimal): -4894415 or 3232181. OLE color: 3232181.
HSL color Cylindrical-coordinate representation of color #B55131: hue angle of 14.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B55131 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 49 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.29 |
| HSL | 14.55º | 0.57% | 0.45% | - |
| HSV(B) | 14.55º | 0.73% | 0.71% | - |
| XYZ | 22.55 | 15.93 | 4.79 | - |
| YUV | 107.25 | 95.13 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 49 | 0 | 0.55 | 0.73 | 0.29 | 14.55 | 0.57 | 0.45 |
| Hex | B5 | 51 | 31 | 0 | 37 | 49 | 1D | F | 39 | 2D |
| Octal | 265 | 121 | 61 | 0 | 67 | 111 | 35 | 17 | 71 | 55 |
| Binary | 10110101 | 1010001 | 110001 | 0 | 110111 | 1001001 | 11101 | 1111 | 111001 | 101101 |
Color Harmonies of #B55131
Complementary color
Monochromatic Colors of #B55131
Black with #B55131
Text Example
Text Example
White with #B55131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55131; }
p { color: rgb(181,81,49); }
H1.HeaderClassName
{
color: #B55131;
}
.AnyTagClassName
{
color: #B55131;
}
</style>
background-color css
<style>
a { background-color: #B55131; }
a { background-color: rgb(181,81,49); }
div.DivClassName
{
background-color: #B55131;
}
.BgClassName
{
background-color: #B55131;
}
</style>
border-color css
<style>
span { border-color: #B55131; }
span { border-color: rgb(181,81,49); }
td.TdClassName
{
border-color: #B55131;
}
.TagClassName
{
border-color: #B55131;
}
</style>