Shades of Red Stage #B0532A
Tints of Red Stage #B0532A
RGB
CMYK
RGB Variations
Color information
#B0532A (or 0xB0532A) is known color: Red Stage. HEX triplet: B0, 53 and 2A. RGB value is (176,83,42). Sum of RGB (Red+Green+Blue) = 176+83+42=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B0532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0532A is #4FACD5. Grayscale: #6A6A6A. Windows color (decimal): -5221590 or 2773936. OLE color: 2773936.
HSL color Cylindrical-coordinate representation of color #B0532A: hue angle of 18.36º 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 #B0532A is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 42 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.31 |
| HSL | 18.36º | 0.61% | 0.43% | - |
| HSV(B) | 18.36º | 0.76% | 0.69% | - |
| XYZ | 21.42 | 15.58 | 4.07 | - |
| YUV | 106.13 | 91.81 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 42 | 0 | 0.53 | 0.76 | 0.31 | 18.36 | 0.61 | 0.43 |
| Hex | B0 | 53 | 2A | 0 | 35 | 4C | 1F | 12 | 3D | 2B |
| Octal | 260 | 123 | 52 | 0 | 65 | 114 | 37 | 22 | 75 | 53 |
| Binary | 10110000 | 1010011 | 101010 | 0 | 110101 | 1001100 | 11111 | 10010 | 111101 | 101011 |
Color Harmonies of #B0532A
Complementary color
Monochromatic Colors of #B0532A
Black with #B0532A
Text Example
Text Example
White with #B0532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0532A; }
p { color: rgb(176,83,42); }
H1.HeaderClassName
{
color: #B0532A;
}
.AnyTagClassName
{
color: #B0532A;
}
</style>
background-color css
<style>
a { background-color: #B0532A; }
a { background-color: rgb(176,83,42); }
div.DivClassName
{
background-color: #B0532A;
}
.BgClassName
{
background-color: #B0532A;
}
</style>
border-color css
<style>
span { border-color: #B0532A; }
span { border-color: rgb(176,83,42); }
td.TdClassName
{
border-color: #B0532A;
}
.TagClassName
{
border-color: #B0532A;
}
</style>