Shades of Red Stage #B3522D
Tints of Red Stage #B3522D
RGB
CMYK
RGB Variations
Color information
#B3522D (or 0xB3522D) is known color: Red Stage. HEX triplet: B3, 52 and 2D. RGB value is (179,82,45). Sum of RGB (Red+Green+Blue) = 179+82+45=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B3522D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3522D is #4CADD2. Grayscale: #6B6B6B. Windows color (decimal): -5025235 or 2970291. OLE color: 2970291.
HSL color Cylindrical-coordinate representation of color #B3522D: hue angle of 16.57º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3522D is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 82 | 45 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.30 |
| HSL | 16.57º | 0.6% | 0.44% | - |
| HSV(B) | 16.57º | 0.75% | 0.7% | - |
| XYZ | 22.08 | 15.81 | 4.37 | - |
| YUV | 106.79 | 93.14 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 45 | 0 | 0.54 | 0.75 | 0.30 | 16.57 | 0.6 | 0.44 |
| Hex | B3 | 52 | 2D | 0 | 36 | 4B | 1E | 11 | 3C | 2C |
| Octal | 263 | 122 | 55 | 0 | 66 | 113 | 36 | 21 | 74 | 54 |
| Binary | 10110011 | 1010010 | 101101 | 0 | 110110 | 1001011 | 11110 | 10001 | 111100 | 101100 |
Color Harmonies of #B3522D
Complementary color
Monochromatic Colors of #B3522D
Black with #B3522D
Text Example
Text Example
White with #B3522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3522D; }
p { color: rgb(179,82,45); }
H1.HeaderClassName
{
color: #B3522D;
}
.AnyTagClassName
{
color: #B3522D;
}
</style>
background-color css
<style>
a { background-color: #B3522D; }
a { background-color: rgb(179,82,45); }
div.DivClassName
{
background-color: #B3522D;
}
.BgClassName
{
background-color: #B3522D;
}
</style>
border-color css
<style>
span { border-color: #B3522D; }
span { border-color: rgb(179,82,45); }
td.TdClassName
{
border-color: #B3522D;
}
.TagClassName
{
border-color: #B3522D;
}
</style>