Shades of Red Stage #B8522F
Tints of Red Stage #B8522F
RGB
CMYK
RGB Variations
Color information
#B8522F (or 0xB8522F) is known color: Red Stage. HEX triplet: B8, 52 and 2F. RGB value is (184,82,47). Sum of RGB (Red+Green+Blue) = 184+82+47=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B8522F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8522F is #47ADD0. Grayscale: #6C6C6C. Windows color (decimal): -4697553 or 3101368. OLE color: 3101368.
HSL color Cylindrical-coordinate representation of color #B8522F: hue angle of 15.33º 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 #B8522F is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 47 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.28 |
| HSL | 15.33º | 0.59% | 0.45% | - |
| HSV(B) | 15.33º | 0.74% | 0.72% | - |
| XYZ | 23.3 | 16.43 | 4.63 | - |
| YUV | 108.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 47 | 0 | 0.55 | 0.74 | 0.28 | 15.33 | 0.59 | 0.45 |
| Hex | B8 | 52 | 2F | 0 | 37 | 4A | 1C | F | 3B | 2D |
| Octal | 270 | 122 | 57 | 0 | 67 | 112 | 34 | 17 | 73 | 55 |
| Binary | 10111000 | 1010010 | 101111 | 0 | 110111 | 1001010 | 11100 | 1111 | 111011 | 101101 |
Color Harmonies of #B8522F
Complementary color
Monochromatic Colors of #B8522F
Black with #B8522F
Text Example
Text Example
White with #B8522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8522F; }
p { color: rgb(184,82,47); }
H1.HeaderClassName
{
color: #B8522F;
}
.AnyTagClassName
{
color: #B8522F;
}
</style>
background-color css
<style>
a { background-color: #B8522F; }
a { background-color: rgb(184,82,47); }
div.DivClassName
{
background-color: #B8522F;
}
.BgClassName
{
background-color: #B8522F;
}
</style>
border-color css
<style>
span { border-color: #B8522F; }
span { border-color: rgb(184,82,47); }
td.TdClassName
{
border-color: #B8522F;
}
.TagClassName
{
border-color: #B8522F;
}
</style>