Shades of Red Stage #B15035
Tints of Red Stage #B15035
RGB
CMYK
RGB Variations
Color information
#B15035 (or 0xB15035) is known color: Red Stage. HEX triplet: B1, 50 and 35. RGB value is (177,80,53). Sum of RGB (Red+Green+Blue) = 177+80+53=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B15035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15035 is #4EAFCA. Grayscale: #6A6A6A. Windows color (decimal): -5156811 or 3494065. OLE color: 3494065.
HSL color Cylindrical-coordinate representation of color #B15035: hue angle of 13.06º 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 #B15035 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 53 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.31 |
| HSL | 13.06º | 0.54% | 0.45% | - |
| HSV(B) | 13.06º | 0.7% | 0.69% | - |
| XYZ | 21.64 | 15.34 | 5.19 | - |
| YUV | 105.93 | 98.14 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 53 | 0 | 0.55 | 0.70 | 0.31 | 13.06 | 0.54 | 0.45 |
| Hex | B1 | 50 | 35 | 0 | 37 | 46 | 1F | D | 36 | 2D |
| Octal | 261 | 120 | 65 | 0 | 67 | 106 | 37 | 15 | 66 | 55 |
| Binary | 10110001 | 1010000 | 110101 | 0 | 110111 | 1000110 | 11111 | 1101 | 110110 | 101101 |
Color Harmonies of #B15035
Complementary color
Monochromatic Colors of #B15035
Black with #B15035
Text Example
Text Example
White with #B15035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15035; }
p { color: rgb(177,80,53); }
H1.HeaderClassName
{
color: #B15035;
}
.AnyTagClassName
{
color: #B15035;
}
</style>
background-color css
<style>
a { background-color: #B15035; }
a { background-color: rgb(177,80,53); }
div.DivClassName
{
background-color: #B15035;
}
.BgClassName
{
background-color: #B15035;
}
</style>
border-color css
<style>
span { border-color: #B15035; }
span { border-color: rgb(177,80,53); }
td.TdClassName
{
border-color: #B15035;
}
.TagClassName
{
border-color: #B15035;
}
</style>