Shades of Red Stage #B54E2D
Tints of Red Stage #B54E2D
RGB
CMYK
RGB Variations
Color information
#B54E2D (or 0xB54E2D) is known color: Red Stage. HEX triplet: B5, 4E and 2D. RGB value is (181,78,45). Sum of RGB (Red+Green+Blue) = 181+78+45=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54E2D is #4AB1D2. Grayscale: #696969. Windows color (decimal): -4895187 or 2969269. OLE color: 2969269.
HSL color Cylindrical-coordinate representation of color #B54E2D: hue angle of 14.56º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B54E2D is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 78 | 45 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.29 |
| HSL | 14.56º | 0.6% | 0.44% | - |
| HSV(B) | 14.56º | 0.75% | 0.71% | - |
| XYZ | 22.25 | 15.46 | 4.29 | - |
| YUV | 105.04 | 94.12 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 45 | 0 | 0.57 | 0.75 | 0.29 | 14.56 | 0.6 | 0.44 |
| Hex | B5 | 4E | 2D | 0 | 39 | 4B | 1D | F | 3C | 2C |
| Octal | 265 | 116 | 55 | 0 | 71 | 113 | 35 | 17 | 74 | 54 |
| Binary | 10110101 | 1001110 | 101101 | 0 | 111001 | 1001011 | 11101 | 1111 | 111100 | 101100 |
Color Harmonies of #B54E2D
Complementary color
Monochromatic Colors of #B54E2D
Black with #B54E2D
Text Example
Text Example
White with #B54E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54E2D; }
p { color: rgb(181,78,45); }
H1.HeaderClassName
{
color: #B54E2D;
}
.AnyTagClassName
{
color: #B54E2D;
}
</style>
background-color css
<style>
a { background-color: #B54E2D; }
a { background-color: rgb(181,78,45); }
div.DivClassName
{
background-color: #B54E2D;
}
.BgClassName
{
background-color: #B54E2D;
}
</style>
border-color css
<style>
span { border-color: #B54E2D; }
span { border-color: rgb(181,78,45); }
td.TdClassName
{
border-color: #B54E2D;
}
.TagClassName
{
border-color: #B54E2D;
}
</style>