Shades of Red Stage #B0542A
Tints of Red Stage #B0542A
RGB
CMYK
RGB Variations
Color information
#B0542A (or 0xB0542A) is known color: Red Stage. HEX triplet: B0, 54 and 2A. RGB value is (176,84,42). Sum of RGB (Red+Green+Blue) = 176+84+42=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0542A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0542A is #4FABD5. Grayscale: #6A6A6A. Windows color (decimal): -5221334 or 2774192. OLE color: 2774192.
HSL color Cylindrical-coordinate representation of color #B0542A: hue angle of 18.81º 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 #B0542A is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 42 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.31 |
| HSL | 18.81º | 0.61% | 0.43% | - |
| HSV(B) | 18.81º | 0.76% | 0.69% | - |
| XYZ | 21.49 | 15.74 | 4.1 | - |
| YUV | 106.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 42 | 0 | 0.52 | 0.76 | 0.31 | 18.81 | 0.61 | 0.43 |
| Hex | B0 | 54 | 2A | 0 | 34 | 4C | 1F | 13 | 3D | 2B |
| Octal | 260 | 124 | 52 | 0 | 64 | 114 | 37 | 23 | 75 | 53 |
| Binary | 10110000 | 1010100 | 101010 | 0 | 110100 | 1001100 | 11111 | 10011 | 111101 | 101011 |
Color Harmonies of #B0542A
Complementary color
Monochromatic Colors of #B0542A
Black with #B0542A
Text Example
Text Example
White with #B0542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0542A; }
p { color: rgb(176,84,42); }
H1.HeaderClassName
{
color: #B0542A;
}
.AnyTagClassName
{
color: #B0542A;
}
</style>
background-color css
<style>
a { background-color: #B0542A; }
a { background-color: rgb(176,84,42); }
div.DivClassName
{
background-color: #B0542A;
}
.BgClassName
{
background-color: #B0542A;
}
</style>
border-color css
<style>
span { border-color: #B0542A; }
span { border-color: rgb(176,84,42); }
td.TdClassName
{
border-color: #B0542A;
}
.TagClassName
{
border-color: #B0542A;
}
</style>