Shades of Grenadier #BC4939
Tints of Grenadier #BC4939
RGB
CMYK
RGB Variations
Color information
#BC4939 (or 0xBC4939) is known color: Grenadier. HEX triplet: BC, 49 and 39. RGB value is (188,73,57). Sum of RGB (Red+Green+Blue) = 188+73+57=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4939 is #43B6C6. Grayscale: #696969. Windows color (decimal): -4437703 or 3754428. OLE color: 3754428.
HSL color Cylindrical-coordinate representation of color #BC4939: hue angle of 7.33º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4939 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 57 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.26 |
| HSL | 7.33º | 0.53% | 0.48% | - |
| HSV(B) | 7.33º | 0.7% | 0.74% | - |
| XYZ | 23.86 | 15.75 | 5.65 | - |
| YUV | 105.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 57 | 0 | 0.61 | 0.70 | 0.26 | 7.33 | 0.53 | 0.48 |
| Hex | BC | 49 | 39 | 0 | 3D | 46 | 1A | 7 | 35 | 30 |
| Octal | 274 | 111 | 71 | 0 | 75 | 106 | 32 | 7 | 65 | 60 |
| Binary | 10111100 | 1001001 | 111001 | 0 | 111101 | 1000110 | 11010 | 111 | 110101 | 110000 |
Color Harmonies of #BC4939
Complementary color
Monochromatic Colors of #BC4939
Black with #BC4939
Text Example
Text Example
White with #BC4939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4939; }
p { color: rgb(188,73,57); }
H1.HeaderClassName
{
color: #BC4939;
}
.AnyTagClassName
{
color: #BC4939;
}
</style>
background-color css
<style>
a { background-color: #BC4939; }
a { background-color: rgb(188,73,57); }
div.DivClassName
{
background-color: #BC4939;
}
.BgClassName
{
background-color: #BC4939;
}
</style>
border-color css
<style>
span { border-color: #BC4939; }
span { border-color: rgb(188,73,57); }
td.TdClassName
{
border-color: #BC4939;
}
.TagClassName
{
border-color: #BC4939;
}
</style>