Shades of Red Stage #B55228
Tints of Red Stage #B55228
RGB
CMYK
RGB Variations
Color information
#B55228 (or 0xB55228) is known color: Red Stage. HEX triplet: B5, 52 and 28. RGB value is (181,82,40). Sum of RGB (Red+Green+Blue) = 181+82+40=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B55228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55228 is #4AADD7. Grayscale: #6B6B6B. Windows color (decimal): -4894168 or 2642613. OLE color: 2642613.
HSL color Cylindrical-coordinate representation of color #B55228: hue angle of 17.87º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B55228 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 40 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.29 |
| HSL | 17.87º | 0.64% | 0.43% | - |
| HSV(B) | 17.87º | 0.78% | 0.71% | - |
| XYZ | 22.46 | 16.01 | 3.91 | - |
| YUV | 106.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 40 | 0 | 0.55 | 0.78 | 0.29 | 17.87 | 0.64 | 0.43 |
| Hex | B5 | 52 | 28 | 0 | 37 | 4E | 1D | 12 | 40 | 2B |
| Octal | 265 | 122 | 50 | 0 | 67 | 116 | 35 | 22 | 100 | 53 |
| Binary | 10110101 | 1010010 | 101000 | 0 | 110111 | 1001110 | 11101 | 10010 | 1000000 | 101011 |
Color Harmonies of #B55228
Complementary color
Monochromatic Colors of #B55228
Black with #B55228
Text Example
Text Example
White with #B55228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55228; }
p { color: rgb(181,82,40); }
H1.HeaderClassName
{
color: #B55228;
}
.AnyTagClassName
{
color: #B55228;
}
</style>
background-color css
<style>
a { background-color: #B55228; }
a { background-color: rgb(181,82,40); }
div.DivClassName
{
background-color: #B55228;
}
.BgClassName
{
background-color: #B55228;
}
</style>
border-color css
<style>
span { border-color: #B55228; }
span { border-color: rgb(181,82,40); }
td.TdClassName
{
border-color: #B55228;
}
.TagClassName
{
border-color: #B55228;
}
</style>