Shades of Grenadier #B54C37
Tints of Grenadier #B54C37
RGB
CMYK
RGB Variations
Color information
#B54C37 (or 0xB54C37) is known color: Grenadier. HEX triplet: B5, 4C and 37. RGB value is (181,76,55). Sum of RGB (Red+Green+Blue) = 181+76+55=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54C37 is #4AB3C8. Grayscale: #696969. Windows color (decimal): -4895689 or 3624117. OLE color: 3624117.
HSL color Cylindrical-coordinate representation of color #B54C37: hue angle of 10º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B54C37 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 55 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.29 |
| HSL | 10º | 0.53% | 0.46% | - |
| HSV(B) | 10º | 0.7% | 0.71% | - |
| XYZ | 22.33 | 15.27 | 5.38 | - |
| YUV | 105 | 99.79 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 55 | 0 | 0.58 | 0.70 | 0.29 | 10 | 0.53 | 0.46 |
| Hex | B5 | 4C | 37 | 0 | 3A | 46 | 1D | A | 35 | 2E |
| Octal | 265 | 114 | 67 | 0 | 72 | 106 | 35 | 12 | 65 | 56 |
| Binary | 10110101 | 1001100 | 110111 | 0 | 111010 | 1000110 | 11101 | 1010 | 110101 | 101110 |
Color Harmonies of #B54C37
Complementary color
Monochromatic Colors of #B54C37
Black with #B54C37
Text Example
Text Example
White with #B54C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54C37; }
p { color: rgb(181,76,55); }
H1.HeaderClassName
{
color: #B54C37;
}
.AnyTagClassName
{
color: #B54C37;
}
</style>
background-color css
<style>
a { background-color: #B54C37; }
a { background-color: rgb(181,76,55); }
div.DivClassName
{
background-color: #B54C37;
}
.BgClassName
{
background-color: #B54C37;
}
</style>
border-color css
<style>
span { border-color: #B54C37; }
span { border-color: rgb(181,76,55); }
td.TdClassName
{
border-color: #B54C37;
}
.TagClassName
{
border-color: #B54C37;
}
</style>