Shades of Red Stage #B7522F
Tints of Red Stage #B7522F
RGB
CMYK
RGB Variations
Color information
#B7522F (or 0xB7522F) is known color: Red Stage. HEX triplet: B7, 52 and 2F. RGB value is (183,82,47). Sum of RGB (Red+Green+Blue) = 183+82+47=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B7522F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7522F is #48ADD0. Grayscale: #6C6C6C. Windows color (decimal): -4763089 or 3101367. OLE color: 3101367.
HSL color Cylindrical-coordinate representation of color #B7522F: hue angle of 15.44º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7522F is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 82 | 47 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.28 |
| HSL | 15.44º | 0.59% | 0.45% | - |
| HSV(B) | 15.44º | 0.74% | 0.72% | - |
| XYZ | 23.06 | 16.31 | 4.62 | - |
| YUV | 108.21 | 93.46 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 47 | 0 | 0.55 | 0.74 | 0.28 | 15.44 | 0.59 | 0.45 |
| Hex | B7 | 52 | 2F | 0 | 37 | 4A | 1C | F | 3B | 2D |
| Octal | 267 | 122 | 57 | 0 | 67 | 112 | 34 | 17 | 73 | 55 |
| Binary | 10110111 | 1010010 | 101111 | 0 | 110111 | 1001010 | 11100 | 1111 | 111011 | 101101 |
Color Harmonies of #B7522F
Complementary color
Monochromatic Colors of #B7522F
Black with #B7522F
Text Example
Text Example
White with #B7522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7522F; }
p { color: rgb(183,82,47); }
H1.HeaderClassName
{
color: #B7522F;
}
.AnyTagClassName
{
color: #B7522F;
}
</style>
background-color css
<style>
a { background-color: #B7522F; }
a { background-color: rgb(183,82,47); }
div.DivClassName
{
background-color: #B7522F;
}
.BgClassName
{
background-color: #B7522F;
}
</style>
border-color css
<style>
span { border-color: #B7522F; }
span { border-color: rgb(183,82,47); }
td.TdClassName
{
border-color: #B7522F;
}
.TagClassName
{
border-color: #B7522F;
}
</style>