Shades of Grenadier #B54930
Tints of Grenadier #B54930
RGB
CMYK
RGB Variations
Color information
#B54930 (or 0xB54930) is known color: Grenadier. HEX triplet: B5, 49 and 30. RGB value is (181,73,48). Sum of RGB (Red+Green+Blue) = 181+73+48=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B54930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54930 is #4AB6CF. Grayscale: #666666. Windows color (decimal): -4896464 or 3164597. OLE color: 3164597.
HSL color Cylindrical-coordinate representation of color #B54930: hue angle of 11.28º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B54930 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 48 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.29 |
| HSL | 11.28º | 0.58% | 0.45% | - |
| HSV(B) | 11.28º | 0.73% | 0.71% | - |
| XYZ | 21.97 | 14.8 | 4.5 | - |
| YUV | 102.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 48 | 0 | 0.60 | 0.73 | 0.29 | 11.28 | 0.58 | 0.45 |
| Hex | B5 | 49 | 30 | 0 | 3C | 49 | 1D | B | 3A | 2D |
| Octal | 265 | 111 | 60 | 0 | 74 | 111 | 35 | 13 | 72 | 55 |
| Binary | 10110101 | 1001001 | 110000 | 0 | 111100 | 1001001 | 11101 | 1011 | 111010 | 101101 |
Color Harmonies of #B54930
Complementary color
Monochromatic Colors of #B54930
Black with #B54930
Text Example
Text Example
White with #B54930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54930; }
p { color: rgb(181,73,48); }
H1.HeaderClassName
{
color: #B54930;
}
.AnyTagClassName
{
color: #B54930;
}
</style>
background-color css
<style>
a { background-color: #B54930; }
a { background-color: rgb(181,73,48); }
div.DivClassName
{
background-color: #B54930;
}
.BgClassName
{
background-color: #B54930;
}
</style>
border-color css
<style>
span { border-color: #B54930; }
span { border-color: rgb(181,73,48); }
td.TdClassName
{
border-color: #B54930;
}
.TagClassName
{
border-color: #B54930;
}
</style>