Shades of Grenadier #B84C34
Tints of Grenadier #B84C34
RGB
CMYK
RGB Variations
Color information
#B84C34 (or 0xB84C34) is known color: Grenadier. HEX triplet: B8, 4C and 34. RGB value is (184,76,52). Sum of RGB (Red+Green+Blue) = 184+76+52=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84C34 is #47B3CB. Grayscale: #696969. Windows color (decimal): -4699084 or 3427512. OLE color: 3427512.
HSL color Cylindrical-coordinate representation of color #B84C34: hue angle of 10.91º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B84C34 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 52 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.28 |
| HSL | 10.91º | 0.56% | 0.46% | - |
| HSV(B) | 10.91º | 0.72% | 0.72% | - |
| XYZ | 22.97 | 15.61 | 5.05 | - |
| YUV | 105.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 52 | 0 | 0.59 | 0.72 | 0.28 | 10.91 | 0.56 | 0.46 |
| Hex | B8 | 4C | 34 | 0 | 3B | 48 | 1C | B | 38 | 2E |
| Octal | 270 | 114 | 64 | 0 | 73 | 110 | 34 | 13 | 70 | 56 |
| Binary | 10111000 | 1001100 | 110100 | 0 | 111011 | 1001000 | 11100 | 1011 | 111000 | 101110 |
Color Harmonies of #B84C34
Complementary color
Monochromatic Colors of #B84C34
Black with #B84C34
Text Example
Text Example
White with #B84C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C34; }
p { color: rgb(184,76,52); }
H1.HeaderClassName
{
color: #B84C34;
}
.AnyTagClassName
{
color: #B84C34;
}
</style>
background-color css
<style>
a { background-color: #B84C34; }
a { background-color: rgb(184,76,52); }
div.DivClassName
{
background-color: #B84C34;
}
.BgClassName
{
background-color: #B84C34;
}
</style>
border-color css
<style>
span { border-color: #B84C34; }
span { border-color: rgb(184,76,52); }
td.TdClassName
{
border-color: #B84C34;
}
.TagClassName
{
border-color: #B84C34;
}
</style>