Shades of Red Stage #B55135
Tints of Red Stage #B55135
RGB
CMYK
RGB Variations
Color information
#B55135 (or 0xB55135) is known color: Red Stage. HEX triplet: B5, 51 and 35. RGB value is (181,81,53). Sum of RGB (Red+Green+Blue) = 181+81+53=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B55135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55135 is #4AAECA. Grayscale: #6B6B6B. Windows color (decimal): -4894411 or 3494325. OLE color: 3494325.
HSL color Cylindrical-coordinate representation of color #B55135: hue angle of 13.12º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B55135 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 53 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.29 |
| HSL | 13.13º | 0.55% | 0.46% | - |
| HSV(B) | 13.13º | 0.71% | 0.71% | - |
| XYZ | 22.64 | 15.97 | 5.26 | - |
| YUV | 107.71 | 97.13 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 53 | 0 | 0.55 | 0.71 | 0.29 | 13.13 | 0.55 | 0.46 |
| Hex | B5 | 51 | 35 | 0 | 37 | 47 | 1D | D | 37 | 2E |
| Octal | 265 | 121 | 65 | 0 | 67 | 107 | 35 | 15 | 67 | 56 |
| Binary | 10110101 | 1010001 | 110101 | 0 | 110111 | 1000111 | 11101 | 1101 | 110111 | 101110 |
Color Harmonies of #B55135
Complementary color
Monochromatic Colors of #B55135
Black with #B55135
Text Example
Text Example
White with #B55135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55135; }
p { color: rgb(181,81,53); }
H1.HeaderClassName
{
color: #B55135;
}
.AnyTagClassName
{
color: #B55135;
}
</style>
background-color css
<style>
a { background-color: #B55135; }
a { background-color: rgb(181,81,53); }
div.DivClassName
{
background-color: #B55135;
}
.BgClassName
{
background-color: #B55135;
}
</style>
border-color css
<style>
span { border-color: #B55135; }
span { border-color: rgb(181,81,53); }
td.TdClassName
{
border-color: #B55135;
}
.TagClassName
{
border-color: #B55135;
}
</style>