Shades of Grenadier #BC472B
Tints of Grenadier #BC472B
RGB
CMYK
RGB Variations
Color information
#BC472B (or 0xBC472B) is known color: Grenadier. HEX triplet: BC, 47 and 2B. RGB value is (188,71,43). Sum of RGB (Red+Green+Blue) = 188+71+43=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC472B is #43B8D4. Grayscale: #676767. Windows color (decimal): -4438229 or 2836412. OLE color: 2836412.
HSL color Cylindrical-coordinate representation of color #BC472B: hue angle of 11.59º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC472B is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 43 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.26 |
| HSL | 11.59º | 0.63% | 0.45% | - |
| HSV(B) | 11.59º | 0.77% | 0.74% | - |
| XYZ | 23.43 | 15.37 | 4.02 | - |
| YUV | 102.79 | 94.26 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 43 | 0 | 0.62 | 0.77 | 0.26 | 11.59 | 0.63 | 0.45 |
| Hex | BC | 47 | 2B | 0 | 3E | 4D | 1A | C | 3F | 2D |
| Octal | 274 | 107 | 53 | 0 | 76 | 115 | 32 | 14 | 77 | 55 |
| Binary | 10111100 | 1000111 | 101011 | 0 | 111110 | 1001101 | 11010 | 1100 | 111111 | 101101 |
Color Harmonies of #BC472B
Complementary color
Monochromatic Colors of #BC472B
Black with #BC472B
Text Example
Text Example
White with #BC472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC472B; }
p { color: rgb(188,71,43); }
H1.HeaderClassName
{
color: #BC472B;
}
.AnyTagClassName
{
color: #BC472B;
}
</style>
background-color css
<style>
a { background-color: #BC472B; }
a { background-color: rgb(188,71,43); }
div.DivClassName
{
background-color: #BC472B;
}
.BgClassName
{
background-color: #BC472B;
}
</style>
border-color css
<style>
span { border-color: #BC472B; }
span { border-color: rgb(188,71,43); }
td.TdClassName
{
border-color: #BC472B;
}
.TagClassName
{
border-color: #BC472B;
}
</style>