Shades of Grenadier #BC472F
Tints of Grenadier #BC472F
RGB
CMYK
RGB Variations
Color information
#BC472F (or 0xBC472F) is known color: Grenadier. HEX triplet: BC, 47 and 2F. RGB value is (188,71,47). Sum of RGB (Red+Green+Blue) = 188+71+47=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC472F is #43B8D0. Grayscale: #676767. Windows color (decimal): -4438225 or 3098556. OLE color: 3098556.
HSL color Cylindrical-coordinate representation of color #BC472F: hue angle of 10.21º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC472F is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 47 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.26 |
| HSL | 10.21º | 0.6% | 0.46% | - |
| HSV(B) | 10.21º | 0.75% | 0.74% | - |
| XYZ | 23.51 | 15.4 | 4.42 | - |
| YUV | 103.25 | 96.26 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 47 | 0 | 0.62 | 0.75 | 0.26 | 10.21 | 0.6 | 0.46 |
| Hex | BC | 47 | 2F | 0 | 3E | 4B | 1A | A | 3C | 2E |
| Octal | 274 | 107 | 57 | 0 | 76 | 113 | 32 | 12 | 74 | 56 |
| Binary | 10111100 | 1000111 | 101111 | 0 | 111110 | 1001011 | 11010 | 1010 | 111100 | 101110 |
Color Harmonies of #BC472F
Complementary color
Monochromatic Colors of #BC472F
Black with #BC472F
Text Example
Text Example
White with #BC472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC472F; }
p { color: rgb(188,71,47); }
H1.HeaderClassName
{
color: #BC472F;
}
.AnyTagClassName
{
color: #BC472F;
}
</style>
background-color css
<style>
a { background-color: #BC472F; }
a { background-color: rgb(188,71,47); }
div.DivClassName
{
background-color: #BC472F;
}
.BgClassName
{
background-color: #BC472F;
}
</style>
border-color css
<style>
span { border-color: #BC472F; }
span { border-color: rgb(188,71,47); }
td.TdClassName
{
border-color: #BC472F;
}
.TagClassName
{
border-color: #BC472F;
}
</style>