Shades of Red Stage #B54E32
Tints of Red Stage #B54E32
RGB
CMYK
RGB Variations
Color information
#B54E32 (or 0xB54E32) is known color: Red Stage. HEX triplet: B5, 4E and 32. RGB value is (181,78,50). Sum of RGB (Red+Green+Blue) = 181+78+50=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54E32 is #4AB1CD. Grayscale: #696969. Windows color (decimal): -4895182 or 3296949. OLE color: 3296949.
HSL color Cylindrical-coordinate representation of color #B54E32: hue angle of 12.82º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B54E32 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 78 | 50 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.29 |
| HSL | 12.82º | 0.57% | 0.45% | - |
| HSV(B) | 12.82º | 0.72% | 0.71% | - |
| XYZ | 22.36 | 15.5 | 4.83 | - |
| YUV | 105.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 50 | 0 | 0.57 | 0.72 | 0.29 | 12.82 | 0.57 | 0.45 |
| Hex | B5 | 4E | 32 | 0 | 39 | 48 | 1D | D | 39 | 2D |
| Octal | 265 | 116 | 62 | 0 | 71 | 110 | 35 | 15 | 71 | 55 |
| Binary | 10110101 | 1001110 | 110010 | 0 | 111001 | 1001000 | 11101 | 1101 | 111001 | 101101 |
Color Harmonies of #B54E32
Complementary color
Monochromatic Colors of #B54E32
Black with #B54E32
Text Example
Text Example
White with #B54E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54E32; }
p { color: rgb(181,78,50); }
H1.HeaderClassName
{
color: #B54E32;
}
.AnyTagClassName
{
color: #B54E32;
}
</style>
background-color css
<style>
a { background-color: #B54E32; }
a { background-color: rgb(181,78,50); }
div.DivClassName
{
background-color: #B54E32;
}
.BgClassName
{
background-color: #B54E32;
}
</style>
border-color css
<style>
span { border-color: #B54E32; }
span { border-color: rgb(181,78,50); }
td.TdClassName
{
border-color: #B54E32;
}
.TagClassName
{
border-color: #B54E32;
}
</style>