Shades of Red Stage #B54F2C
Tints of Red Stage #B54F2C
RGB
CMYK
RGB Variations
Color information
#B54F2C (or 0xB54F2C) is known color: Red Stage. HEX triplet: B5, 4F and 2C. RGB value is (181,79,44). Sum of RGB (Red+Green+Blue) = 181+79+44=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54F2C is #4AB0D3. Grayscale: #696969. Windows color (decimal): -4894932 or 2903989. OLE color: 2903989.
HSL color Cylindrical-coordinate representation of color #B54F2C: hue angle of 15.33º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B54F2C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 79 | 44 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.29 |
| HSL | 15.33º | 0.61% | 0.44% | - |
| HSV(B) | 15.33º | 0.76% | 0.71% | - |
| XYZ | 22.31 | 15.6 | 4.22 | - |
| YUV | 105.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 44 | 0 | 0.56 | 0.76 | 0.29 | 15.33 | 0.61 | 0.44 |
| Hex | B5 | 4F | 2C | 0 | 38 | 4C | 1D | F | 3D | 2C |
| Octal | 265 | 117 | 54 | 0 | 70 | 114 | 35 | 17 | 75 | 54 |
| Binary | 10110101 | 1001111 | 101100 | 0 | 111000 | 1001100 | 11101 | 1111 | 111101 | 101100 |
Color Harmonies of #B54F2C
Complementary color
Monochromatic Colors of #B54F2C
Black with #B54F2C
Text Example
Text Example
White with #B54F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54F2C; }
p { color: rgb(181,79,44); }
H1.HeaderClassName
{
color: #B54F2C;
}
.AnyTagClassName
{
color: #B54F2C;
}
</style>
background-color css
<style>
a { background-color: #B54F2C; }
a { background-color: rgb(181,79,44); }
div.DivClassName
{
background-color: #B54F2C;
}
.BgClassName
{
background-color: #B54F2C;
}
</style>
border-color css
<style>
span { border-color: #B54F2C; }
span { border-color: rgb(181,79,44); }
td.TdClassName
{
border-color: #B54F2C;
}
.TagClassName
{
border-color: #B54F2C;
}
</style>