Shades of Grenadier #B55036
Tints of Grenadier #B55036
RGB
CMYK
RGB Variations
Color information
#B55036 (or 0xB55036) is known color: Grenadier. HEX triplet: B5, 50 and 36. RGB value is (181,80,54). Sum of RGB (Red+Green+Blue) = 181+80+54=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B55036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55036 is #4AAFC9. Grayscale: #6B6B6B. Windows color (decimal): -4894666 or 3559605. OLE color: 3559605.
HSL color Cylindrical-coordinate representation of color #B55036: hue angle of 12.28º degrees, saturation: 0.54, 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 #B55036 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 54 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.29 |
| HSL | 12.28º | 0.54% | 0.46% | - |
| HSV(B) | 12.28º | 0.7% | 0.71% | - |
| XYZ | 22.59 | 15.83 | 5.35 | - |
| YUV | 107.24 | 97.96 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 54 | 0 | 0.56 | 0.70 | 0.29 | 12.28 | 0.54 | 0.46 |
| Hex | B5 | 50 | 36 | 0 | 38 | 46 | 1D | C | 36 | 2E |
| Octal | 265 | 120 | 66 | 0 | 70 | 106 | 35 | 14 | 66 | 56 |
| Binary | 10110101 | 1010000 | 110110 | 0 | 111000 | 1000110 | 11101 | 1100 | 110110 | 101110 |
Color Harmonies of #B55036
Complementary color
Monochromatic Colors of #B55036
Black with #B55036
Text Example
Text Example
White with #B55036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55036; }
p { color: rgb(181,80,54); }
H1.HeaderClassName
{
color: #B55036;
}
.AnyTagClassName
{
color: #B55036;
}
</style>
background-color css
<style>
a { background-color: #B55036; }
a { background-color: rgb(181,80,54); }
div.DivClassName
{
background-color: #B55036;
}
.BgClassName
{
background-color: #B55036;
}
</style>
border-color css
<style>
span { border-color: #B55036; }
span { border-color: rgb(181,80,54); }
td.TdClassName
{
border-color: #B55036;
}
.TagClassName
{
border-color: #B55036;
}
</style>