Shades of Red Stage #B0532F
Tints of Red Stage #B0532F
RGB
CMYK
RGB Variations
Color information
#B0532F (or 0xB0532F) is known color: Red Stage. HEX triplet: B0, 53 and 2F. RGB value is (176,83,47). Sum of RGB (Red+Green+Blue) = 176+83+47=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B0532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0532F is #4FACD0. Grayscale: #6A6A6A. Windows color (decimal): -5221585 or 3101616. OLE color: 3101616.
HSL color Cylindrical-coordinate representation of color #B0532F: hue angle of 16.74º degrees, saturation: 0.58, 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 #B0532F is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 47 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.31 |
| HSL | 16.74º | 0.58% | 0.44% | - |
| HSV(B) | 16.74º | 0.73% | 0.69% | - |
| XYZ | 21.51 | 15.62 | 4.57 | - |
| YUV | 106.7 | 94.31 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 47 | 0 | 0.53 | 0.73 | 0.31 | 16.74 | 0.58 | 0.44 |
| Hex | B0 | 53 | 2F | 0 | 35 | 49 | 1F | 11 | 3A | 2C |
| Octal | 260 | 123 | 57 | 0 | 65 | 111 | 37 | 21 | 72 | 54 |
| Binary | 10110000 | 1010011 | 101111 | 0 | 110101 | 1001001 | 11111 | 10001 | 111010 | 101100 |
Color Harmonies of #B0532F
Complementary color
Monochromatic Colors of #B0532F
Black with #B0532F
Text Example
Text Example
White with #B0532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0532F; }
p { color: rgb(176,83,47); }
H1.HeaderClassName
{
color: #B0532F;
}
.AnyTagClassName
{
color: #B0532F;
}
</style>
background-color css
<style>
a { background-color: #B0532F; }
a { background-color: rgb(176,83,47); }
div.DivClassName
{
background-color: #B0532F;
}
.BgClassName
{
background-color: #B0532F;
}
</style>
border-color css
<style>
span { border-color: #B0532F; }
span { border-color: rgb(176,83,47); }
td.TdClassName
{
border-color: #B0532F;
}
.TagClassName
{
border-color: #B0532F;
}
</style>