Shades of Grenadier #BC472D
Tints of Grenadier #BC472D
RGB
CMYK
RGB Variations
Color information
#BC472D (or 0xBC472D) is known color: Grenadier. HEX triplet: BC, 47 and 2D. RGB value is (188,71,45). Sum of RGB (Red+Green+Blue) = 188+71+45=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC472D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC472D is #43B8D2. Grayscale: #676767. Windows color (decimal): -4438227 or 2967484. OLE color: 2967484.
HSL color Cylindrical-coordinate representation of color #BC472D: hue angle of 10.91º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC472D is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 45 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.26 |
| HSL | 10.91º | 0.61% | 0.46% | - |
| HSV(B) | 10.91º | 0.76% | 0.74% | - |
| XYZ | 23.47 | 15.39 | 4.22 | - |
| YUV | 103.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 45 | 0 | 0.62 | 0.76 | 0.26 | 10.91 | 0.61 | 0.46 |
| Hex | BC | 47 | 2D | 0 | 3E | 4C | 1A | B | 3D | 2E |
| Octal | 274 | 107 | 55 | 0 | 76 | 114 | 32 | 13 | 75 | 56 |
| Binary | 10111100 | 1000111 | 101101 | 0 | 111110 | 1001100 | 11010 | 1011 | 111101 | 101110 |
Color Harmonies of #BC472D
Complementary color
Monochromatic Colors of #BC472D
Black with #BC472D
Text Example
Text Example
White with #BC472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC472D; }
p { color: rgb(188,71,45); }
H1.HeaderClassName
{
color: #BC472D;
}
.AnyTagClassName
{
color: #BC472D;
}
</style>
background-color css
<style>
a { background-color: #BC472D; }
a { background-color: rgb(188,71,45); }
div.DivClassName
{
background-color: #BC472D;
}
.BgClassName
{
background-color: #BC472D;
}
</style>
border-color css
<style>
span { border-color: #BC472D; }
span { border-color: rgb(188,71,45); }
td.TdClassName
{
border-color: #BC472D;
}
.TagClassName
{
border-color: #BC472D;
}
</style>