Shades of Grenadier #B34D3C
Tints of Grenadier #B34D3C
RGB
CMYK
RGB Variations
Color information
#B34D3C (or 0xB34D3C) is known color: Grenadier. HEX triplet: B3, 4D and 3C. RGB value is (179,77,60). Sum of RGB (Red+Green+Blue) = 179+77+60=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34D3C is #4CB2C3. Grayscale: #696969. Windows color (decimal): -5026500 or 3952051. OLE color: 3952051.
HSL color Cylindrical-coordinate representation of color #B34D3C: hue angle of 8.57º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B34D3C is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 77 | 60 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.30 |
| HSL | 8.57º | 0.5% | 0.47% | - |
| HSV(B) | 8.57º | 0.66% | 0.7% | - |
| XYZ | 22.06 | 15.22 | 6.05 | - |
| YUV | 105.56 | 102.29 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 60 | 0 | 0.57 | 0.66 | 0.30 | 8.57 | 0.5 | 0.47 |
| Hex | B3 | 4D | 3C | 0 | 39 | 42 | 1E | 9 | 32 | 2F |
| Octal | 263 | 115 | 74 | 0 | 71 | 102 | 36 | 11 | 62 | 57 |
| Binary | 10110011 | 1001101 | 111100 | 0 | 111001 | 1000010 | 11110 | 1001 | 110010 | 101111 |
Color Harmonies of #B34D3C
Complementary color
Monochromatic Colors of #B34D3C
Black with #B34D3C
Text Example
Text Example
White with #B34D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34D3C; }
p { color: rgb(179,77,60); }
H1.HeaderClassName
{
color: #B34D3C;
}
.AnyTagClassName
{
color: #B34D3C;
}
</style>
background-color css
<style>
a { background-color: #B34D3C; }
a { background-color: rgb(179,77,60); }
div.DivClassName
{
background-color: #B34D3C;
}
.BgClassName
{
background-color: #B34D3C;
}
</style>
border-color css
<style>
span { border-color: #B34D3C; }
span { border-color: rgb(179,77,60); }
td.TdClassName
{
border-color: #B34D3C;
}
.TagClassName
{
border-color: #B34D3C;
}
</style>