Shades of Red Stage #B54A2F
Tints of Red Stage #B54A2F
RGB
CMYK
RGB Variations
Color information
#B54A2F (or 0xB54A2F) is known color: Red Stage. HEX triplet: B5, 4A and 2F. RGB value is (181,74,47). Sum of RGB (Red+Green+Blue) = 181+74+47=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54A2F is #4AB5D0. Grayscale: #676767. Windows color (decimal): -4896209 or 3099317. OLE color: 3099317.
HSL color Cylindrical-coordinate representation of color #B54A2F: hue angle of 12.09º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B54A2F is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 47 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.29 |
| HSL | 12.09º | 0.59% | 0.45% | - |
| HSV(B) | 12.09º | 0.74% | 0.71% | - |
| XYZ | 22.02 | 14.93 | 4.41 | - |
| YUV | 102.92 | 96.45 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 47 | 0 | 0.59 | 0.74 | 0.29 | 12.09 | 0.59 | 0.45 |
| Hex | B5 | 4A | 2F | 0 | 3B | 4A | 1D | C | 3B | 2D |
| Octal | 265 | 112 | 57 | 0 | 73 | 112 | 35 | 14 | 73 | 55 |
| Binary | 10110101 | 1001010 | 101111 | 0 | 111011 | 1001010 | 11101 | 1100 | 111011 | 101101 |
Color Harmonies of #B54A2F
Complementary color
Monochromatic Colors of #B54A2F
Black with #B54A2F
Text Example
Text Example
White with #B54A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A2F; }
p { color: rgb(181,74,47); }
H1.HeaderClassName
{
color: #B54A2F;
}
.AnyTagClassName
{
color: #B54A2F;
}
</style>
background-color css
<style>
a { background-color: #B54A2F; }
a { background-color: rgb(181,74,47); }
div.DivClassName
{
background-color: #B54A2F;
}
.BgClassName
{
background-color: #B54A2F;
}
</style>
border-color css
<style>
span { border-color: #B54A2F; }
span { border-color: rgb(181,74,47); }
td.TdClassName
{
border-color: #B54A2F;
}
.TagClassName
{
border-color: #B54A2F;
}
</style>