Shades of Red Stage #B5502D
Tints of Red Stage #B5502D
RGB
CMYK
RGB Variations
Color information
#B5502D (or 0xB5502D) is known color: Red Stage. HEX triplet: B5, 50 and 2D. RGB value is (181,80,45). Sum of RGB (Red+Green+Blue) = 181+80+45=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B5502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5502D is #4AAFD2. Grayscale: #6A6A6A. Windows color (decimal): -4894675 or 2969781. OLE color: 2969781.
HSL color Cylindrical-coordinate representation of color #B5502D: hue angle of 15.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5502D is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 45 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.29 |
| HSL | 15.44º | 0.6% | 0.44% | - |
| HSV(B) | 15.44º | 0.75% | 0.71% | - |
| XYZ | 22.4 | 15.75 | 4.34 | - |
| YUV | 106.21 | 93.46 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 45 | 0 | 0.56 | 0.75 | 0.29 | 15.44 | 0.6 | 0.44 |
| Hex | B5 | 50 | 2D | 0 | 38 | 4B | 1D | F | 3C | 2C |
| Octal | 265 | 120 | 55 | 0 | 70 | 113 | 35 | 17 | 74 | 54 |
| Binary | 10110101 | 1010000 | 101101 | 0 | 111000 | 1001011 | 11101 | 1111 | 111100 | 101100 |
Color Harmonies of #B5502D
Complementary color
Monochromatic Colors of #B5502D
Black with #B5502D
Text Example
Text Example
White with #B5502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5502D; }
p { color: rgb(181,80,45); }
H1.HeaderClassName
{
color: #B5502D;
}
.AnyTagClassName
{
color: #B5502D;
}
</style>
background-color css
<style>
a { background-color: #B5502D; }
a { background-color: rgb(181,80,45); }
div.DivClassName
{
background-color: #B5502D;
}
.BgClassName
{
background-color: #B5502D;
}
</style>
border-color css
<style>
span { border-color: #B5502D; }
span { border-color: rgb(181,80,45); }
td.TdClassName
{
border-color: #B5502D;
}
.TagClassName
{
border-color: #B5502D;
}
</style>