Shades of Grenadier #BC4930
Tints of Grenadier #BC4930
RGB
CMYK
RGB Variations
Color information
#BC4930 (or 0xBC4930) is known color: Grenadier. HEX triplet: BC, 49 and 30. RGB value is (188,73,48). Sum of RGB (Red+Green+Blue) = 188+73+48=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4930 is #43B6CF. Grayscale: #686868. Windows color (decimal): -4437712 or 3164604. OLE color: 3164604.
HSL color Cylindrical-coordinate representation of color #BC4930: hue angle of 10.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC4930 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 48 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.26 |
| HSL | 10.71º | 0.59% | 0.46% | - |
| HSV(B) | 10.71º | 0.74% | 0.74% | - |
| XYZ | 23.66 | 15.67 | 4.57 | - |
| YUV | 104.54 | 96.1 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 48 | 0 | 0.61 | 0.74 | 0.26 | 10.71 | 0.59 | 0.46 |
| Hex | BC | 49 | 30 | 0 | 3D | 4A | 1A | B | 3B | 2E |
| Octal | 274 | 111 | 60 | 0 | 75 | 112 | 32 | 13 | 73 | 56 |
| Binary | 10111100 | 1001001 | 110000 | 0 | 111101 | 1001010 | 11010 | 1011 | 111011 | 101110 |
Color Harmonies of #BC4930
Complementary color
Monochromatic Colors of #BC4930
Black with #BC4930
Text Example
Text Example
White with #BC4930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4930; }
p { color: rgb(188,73,48); }
H1.HeaderClassName
{
color: #BC4930;
}
.AnyTagClassName
{
color: #BC4930;
}
</style>
background-color css
<style>
a { background-color: #BC4930; }
a { background-color: rgb(188,73,48); }
div.DivClassName
{
background-color: #BC4930;
}
.BgClassName
{
background-color: #BC4930;
}
</style>
border-color css
<style>
span { border-color: #BC4930; }
span { border-color: rgb(188,73,48); }
td.TdClassName
{
border-color: #BC4930;
}
.TagClassName
{
border-color: #BC4930;
}
</style>