Shades of Grenadier #B34C37
Tints of Grenadier #B34C37
RGB
CMYK
RGB Variations
Color information
#B34C37 (or 0xB34C37) is known color: Grenadier. HEX triplet: B3, 4C and 37. RGB value is (179,76,55). Sum of RGB (Red+Green+Blue) = 179+76+55=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34C37 is #4CB3C8. Grayscale: #686868. Windows color (decimal): -5026761 or 3624115. OLE color: 3624115.
HSL color Cylindrical-coordinate representation of color #B34C37: hue angle of 10.16º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B34C37 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 55 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.30 |
| HSL | 10.16º | 0.53% | 0.46% | - |
| HSV(B) | 10.16º | 0.69% | 0.7% | - |
| XYZ | 21.86 | 15.03 | 5.36 | - |
| YUV | 104.4 | 100.12 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 55 | 0 | 0.58 | 0.69 | 0.30 | 10.16 | 0.53 | 0.46 |
| Hex | B3 | 4C | 37 | 0 | 3A | 45 | 1E | A | 35 | 2E |
| Octal | 263 | 114 | 67 | 0 | 72 | 105 | 36 | 12 | 65 | 56 |
| Binary | 10110011 | 1001100 | 110111 | 0 | 111010 | 1000101 | 11110 | 1010 | 110101 | 101110 |
Color Harmonies of #B34C37
Complementary color
Monochromatic Colors of #B34C37
Black with #B34C37
Text Example
Text Example
White with #B34C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C37; }
p { color: rgb(179,76,55); }
H1.HeaderClassName
{
color: #B34C37;
}
.AnyTagClassName
{
color: #B34C37;
}
</style>
background-color css
<style>
a { background-color: #B34C37; }
a { background-color: rgb(179,76,55); }
div.DivClassName
{
background-color: #B34C37;
}
.BgClassName
{
background-color: #B34C37;
}
</style>
border-color css
<style>
span { border-color: #B34C37; }
span { border-color: rgb(179,76,55); }
td.TdClassName
{
border-color: #B34C37;
}
.TagClassName
{
border-color: #B34C37;
}
</style>