Shades of Red Stage #B0532C
Tints of Red Stage #B0532C
RGB
CMYK
RGB Variations
Color information
#B0532C (or 0xB0532C) is known color: Red Stage. HEX triplet: B0, 53 and 2C. RGB value is (176,83,44). Sum of RGB (Red+Green+Blue) = 176+83+44=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0532C is #4FACD3. Grayscale: #6A6A6A. Windows color (decimal): -5221588 or 2905008. OLE color: 2905008.
HSL color Cylindrical-coordinate representation of color #B0532C: hue angle of 17.73º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0532C is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 44 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.31 |
| HSL | 17.73º | 0.6% | 0.43% | - |
| HSV(B) | 17.73º | 0.75% | 0.69% | - |
| XYZ | 21.45 | 15.6 | 4.26 | - |
| YUV | 106.36 | 92.81 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 44 | 0 | 0.53 | 0.75 | 0.31 | 17.73 | 0.6 | 0.43 |
| Hex | B0 | 53 | 2C | 0 | 35 | 4B | 1F | 12 | 3C | 2B |
| Octal | 260 | 123 | 54 | 0 | 65 | 113 | 37 | 22 | 74 | 53 |
| Binary | 10110000 | 1010011 | 101100 | 0 | 110101 | 1001011 | 11111 | 10010 | 111100 | 101011 |
Color Harmonies of #B0532C
Complementary color
Monochromatic Colors of #B0532C
Black with #B0532C
Text Example
Text Example
White with #B0532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0532C; }
p { color: rgb(176,83,44); }
H1.HeaderClassName
{
color: #B0532C;
}
.AnyTagClassName
{
color: #B0532C;
}
</style>
background-color css
<style>
a { background-color: #B0532C; }
a { background-color: rgb(176,83,44); }
div.DivClassName
{
background-color: #B0532C;
}
.BgClassName
{
background-color: #B0532C;
}
</style>
border-color css
<style>
span { border-color: #B0532C; }
span { border-color: rgb(176,83,44); }
td.TdClassName
{
border-color: #B0532C;
}
.TagClassName
{
border-color: #B0532C;
}
</style>