Shades of Red Stage #B5502F
Tints of Red Stage #B5502F
RGB
CMYK
RGB Variations
Color information
#B5502F (or 0xB5502F) is known color: Red Stage. HEX triplet: B5, 50 and 2F. RGB value is (181,80,47). Sum of RGB (Red+Green+Blue) = 181+80+47=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B5502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5502F is #4AAFD0. Grayscale: #6A6A6A. Windows color (decimal): -4894673 or 3100853. OLE color: 3100853.
HSL color Cylindrical-coordinate representation of color #B5502F: hue angle of 14.78º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5502F is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 47 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.29 |
| HSL | 14.78º | 0.59% | 0.45% | - |
| HSV(B) | 14.78º | 0.74% | 0.71% | - |
| XYZ | 22.44 | 15.77 | 4.55 | - |
| YUV | 106.44 | 94.46 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 47 | 0 | 0.56 | 0.74 | 0.29 | 14.78 | 0.59 | 0.45 |
| Hex | B5 | 50 | 2F | 0 | 38 | 4A | 1D | F | 3B | 2D |
| Octal | 265 | 120 | 57 | 0 | 70 | 112 | 35 | 17 | 73 | 55 |
| Binary | 10110101 | 1010000 | 101111 | 0 | 111000 | 1001010 | 11101 | 1111 | 111011 | 101101 |
Color Harmonies of #B5502F
Complementary color
Monochromatic Colors of #B5502F
Black with #B5502F
Text Example
Text Example
White with #B5502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5502F; }
p { color: rgb(181,80,47); }
H1.HeaderClassName
{
color: #B5502F;
}
.AnyTagClassName
{
color: #B5502F;
}
</style>
background-color css
<style>
a { background-color: #B5502F; }
a { background-color: rgb(181,80,47); }
div.DivClassName
{
background-color: #B5502F;
}
.BgClassName
{
background-color: #B5502F;
}
</style>
border-color css
<style>
span { border-color: #B5502F; }
span { border-color: rgb(181,80,47); }
td.TdClassName
{
border-color: #B5502F;
}
.TagClassName
{
border-color: #B5502F;
}
</style>