Shades of Red Stage #B5502B
Tints of Red Stage #B5502B
RGB
CMYK
RGB Variations
Color information
#B5502B (or 0xB5502B) is known color: Red Stage. HEX triplet: B5, 50 and 2B. RGB value is (181,80,43). Sum of RGB (Red+Green+Blue) = 181+80+43=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B5502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5502B is #4AAFD4. Grayscale: #6A6A6A. Windows color (decimal): -4894677 or 2838709. OLE color: 2838709.
HSL color Cylindrical-coordinate representation of color #B5502B: hue angle of 16.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5502B is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 43 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.29 |
| HSL | 16.09º | 0.62% | 0.44% | - |
| HSV(B) | 16.09º | 0.76% | 0.71% | - |
| XYZ | 22.36 | 15.74 | 4.14 | - |
| YUV | 105.98 | 92.46 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 43 | 0 | 0.56 | 0.76 | 0.29 | 16.09 | 0.62 | 0.44 |
| Hex | B5 | 50 | 2B | 0 | 38 | 4C | 1D | 10 | 3E | 2C |
| Octal | 265 | 120 | 53 | 0 | 70 | 114 | 35 | 20 | 76 | 54 |
| Binary | 10110101 | 1010000 | 101011 | 0 | 111000 | 1001100 | 11101 | 10000 | 111110 | 101100 |
Color Harmonies of #B5502B
Complementary color
Monochromatic Colors of #B5502B
Black with #B5502B
Text Example
Text Example
White with #B5502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5502B; }
p { color: rgb(181,80,43); }
H1.HeaderClassName
{
color: #B5502B;
}
.AnyTagClassName
{
color: #B5502B;
}
</style>
background-color css
<style>
a { background-color: #B5502B; }
a { background-color: rgb(181,80,43); }
div.DivClassName
{
background-color: #B5502B;
}
.BgClassName
{
background-color: #B5502B;
}
</style>
border-color css
<style>
span { border-color: #B5502B; }
span { border-color: rgb(181,80,43); }
td.TdClassName
{
border-color: #B5502B;
}
.TagClassName
{
border-color: #B5502B;
}
</style>