Shades of Grenadier #B34F3C
Tints of Grenadier #B34F3C
RGB
CMYK
RGB Variations
Color information
#B34F3C (or 0xB34F3C) is known color: Grenadier. HEX triplet: B3, 4F and 3C. RGB value is (179,79,60). Sum of RGB (Red+Green+Blue) = 179+79+60=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34F3C is #4CB0C3. Grayscale: #6A6A6A. Windows color (decimal): -5025988 or 3952563. OLE color: 3952563.
HSL color Cylindrical-coordinate representation of color #B34F3C: hue angle of 9.58º 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 #B34F3C is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 79 | 60 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.30 |
| HSL | 9.58º | 0.5% | 0.47% | - |
| HSV(B) | 9.58º | 0.66% | 0.7% | - |
| XYZ | 22.2 | 15.5 | 6.1 | - |
| YUV | 106.73 | 101.63 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 79 | 60 | 0 | 0.56 | 0.66 | 0.30 | 9.58 | 0.5 | 0.47 |
| Hex | B3 | 4F | 3C | 0 | 38 | 42 | 1E | A | 32 | 2F |
| Octal | 263 | 117 | 74 | 0 | 70 | 102 | 36 | 12 | 62 | 57 |
| Binary | 10110011 | 1001111 | 111100 | 0 | 111000 | 1000010 | 11110 | 1010 | 110010 | 101111 |
Color Harmonies of #B34F3C
Complementary color
Monochromatic Colors of #B34F3C
Black with #B34F3C
Text Example
Text Example
White with #B34F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34F3C; }
p { color: rgb(179,79,60); }
H1.HeaderClassName
{
color: #B34F3C;
}
.AnyTagClassName
{
color: #B34F3C;
}
</style>
background-color css
<style>
a { background-color: #B34F3C; }
a { background-color: rgb(179,79,60); }
div.DivClassName
{
background-color: #B34F3C;
}
.BgClassName
{
background-color: #B34F3C;
}
</style>
border-color css
<style>
span { border-color: #B34F3C; }
span { border-color: rgb(179,79,60); }
td.TdClassName
{
border-color: #B34F3C;
}
.TagClassName
{
border-color: #B34F3C;
}
</style>