Shades of Red Stage #B15130
Tints of Red Stage #B15130
RGB
CMYK
RGB Variations
Color information
#B15130 (or 0xB15130) is known color: Red Stage. HEX triplet: B1, 51 and 30. RGB value is (177,81,48). Sum of RGB (Red+Green+Blue) = 177+81+48=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B15130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15130 is #4EAECF. Grayscale: #6A6A6A. Windows color (decimal): -5156560 or 3166641. OLE color: 3166641.
HSL color Cylindrical-coordinate representation of color #B15130: hue angle of 15.35º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B15130 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 48 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.31 |
| HSL | 15.35º | 0.57% | 0.44% | - |
| HSV(B) | 15.35º | 0.73% | 0.69% | - |
| XYZ | 21.61 | 15.45 | 4.64 | - |
| YUV | 105.94 | 95.3 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 48 | 0 | 0.54 | 0.73 | 0.31 | 15.35 | 0.57 | 0.44 |
| Hex | B1 | 51 | 30 | 0 | 36 | 49 | 1F | F | 39 | 2C |
| Octal | 261 | 121 | 60 | 0 | 66 | 111 | 37 | 17 | 71 | 54 |
| Binary | 10110001 | 1010001 | 110000 | 0 | 110110 | 1001001 | 11111 | 1111 | 111001 | 101100 |
Color Harmonies of #B15130
Complementary color
Monochromatic Colors of #B15130
Black with #B15130
Text Example
Text Example
White with #B15130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15130; }
p { color: rgb(177,81,48); }
H1.HeaderClassName
{
color: #B15130;
}
.AnyTagClassName
{
color: #B15130;
}
</style>
background-color css
<style>
a { background-color: #B15130; }
a { background-color: rgb(177,81,48); }
div.DivClassName
{
background-color: #B15130;
}
.BgClassName
{
background-color: #B15130;
}
</style>
border-color css
<style>
span { border-color: #B15130; }
span { border-color: rgb(177,81,48); }
td.TdClassName
{
border-color: #B15130;
}
.TagClassName
{
border-color: #B15130;
}
</style>