Shades of Red Stage #B0522A
Tints of Red Stage #B0522A
RGB
CMYK
RGB Variations
Color information
#B0522A (or 0xB0522A) is known color: Red Stage. HEX triplet: B0, 52 and 2A. RGB value is (176,82,42). Sum of RGB (Red+Green+Blue) = 176+82+42=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B0522A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0522A is #4FADD5. Grayscale: #696969. Windows color (decimal): -5221846 or 2773680. OLE color: 2773680.
HSL color Cylindrical-coordinate representation of color #B0522A: hue angle of 17.91º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0522A is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 42 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.31 |
| HSL | 17.91º | 0.61% | 0.43% | - |
| HSV(B) | 17.91º | 0.76% | 0.69% | - |
| XYZ | 21.34 | 15.43 | 4.04 | - |
| YUV | 105.55 | 92.14 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 42 | 0 | 0.53 | 0.76 | 0.31 | 17.91 | 0.61 | 0.43 |
| Hex | B0 | 52 | 2A | 0 | 35 | 4C | 1F | 12 | 3D | 2B |
| Octal | 260 | 122 | 52 | 0 | 65 | 114 | 37 | 22 | 75 | 53 |
| Binary | 10110000 | 1010010 | 101010 | 0 | 110101 | 1001100 | 11111 | 10010 | 111101 | 101011 |
Color Harmonies of #B0522A
Complementary color
Monochromatic Colors of #B0522A
Black with #B0522A
Text Example
Text Example
White with #B0522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0522A; }
p { color: rgb(176,82,42); }
H1.HeaderClassName
{
color: #B0522A;
}
.AnyTagClassName
{
color: #B0522A;
}
</style>
background-color css
<style>
a { background-color: #B0522A; }
a { background-color: rgb(176,82,42); }
div.DivClassName
{
background-color: #B0522A;
}
.BgClassName
{
background-color: #B0522A;
}
</style>
border-color css
<style>
span { border-color: #B0522A; }
span { border-color: rgb(176,82,42); }
td.TdClassName
{
border-color: #B0522A;
}
.TagClassName
{
border-color: #B0522A;
}
</style>