Shades of Red Stage #B15435
Tints of Red Stage #B15435
RGB
CMYK
RGB Variations
Color information
#B15435 (or 0xB15435) is known color: Red Stage. HEX triplet: B1, 54 and 35. RGB value is (177,84,53). Sum of RGB (Red+Green+Blue) = 177+84+53=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B15435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15435 is #4EABCA. Grayscale: #6C6C6C. Windows color (decimal): -5155787 or 3495089. OLE color: 3495089.
HSL color Cylindrical-coordinate representation of color #B15435: hue angle of 15º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B15435 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 53 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.31 |
| HSL | 15º | 0.54% | 0.45% | - |
| HSV(B) | 15º | 0.7% | 0.69% | - |
| XYZ | 21.94 | 15.94 | 5.29 | - |
| YUV | 108.27 | 96.81 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 53 | 0 | 0.53 | 0.70 | 0.31 | 15 | 0.54 | 0.45 |
| Hex | B1 | 54 | 35 | 0 | 35 | 46 | 1F | F | 36 | 2D |
| Octal | 261 | 124 | 65 | 0 | 65 | 106 | 37 | 17 | 66 | 55 |
| Binary | 10110001 | 1010100 | 110101 | 0 | 110101 | 1000110 | 11111 | 1111 | 110110 | 101101 |
Color Harmonies of #B15435
Complementary color
Monochromatic Colors of #B15435
Black with #B15435
Text Example
Text Example
White with #B15435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15435; }
p { color: rgb(177,84,53); }
H1.HeaderClassName
{
color: #B15435;
}
.AnyTagClassName
{
color: #B15435;
}
</style>
background-color css
<style>
a { background-color: #B15435; }
a { background-color: rgb(177,84,53); }
div.DivClassName
{
background-color: #B15435;
}
.BgClassName
{
background-color: #B15435;
}
</style>
border-color css
<style>
span { border-color: #B15435; }
span { border-color: rgb(177,84,53); }
td.TdClassName
{
border-color: #B15435;
}
.TagClassName
{
border-color: #B15435;
}
</style>