Shades of Grenadier #BC472A
Tints of Grenadier #BC472A
RGB
CMYK
RGB Variations
Color information
#BC472A (or 0xBC472A) is known color: Grenadier. HEX triplet: BC, 47 and 2A. RGB value is (188,71,42). Sum of RGB (Red+Green+Blue) = 188+71+42=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC472A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC472A is #43B8D5. Grayscale: #666666. Windows color (decimal): -4438230 or 2770876. OLE color: 2770876.
HSL color Cylindrical-coordinate representation of color #BC472A: hue angle of 11.92º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC472A is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 42 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.26 |
| HSL | 11.92º | 0.63% | 0.45% | - |
| HSV(B) | 11.92º | 0.78% | 0.74% | - |
| XYZ | 23.41 | 15.37 | 3.92 | - |
| YUV | 102.68 | 93.76 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 42 | 0 | 0.62 | 0.78 | 0.26 | 11.92 | 0.63 | 0.45 |
| Hex | BC | 47 | 2A | 0 | 3E | 4E | 1A | C | 3F | 2D |
| Octal | 274 | 107 | 52 | 0 | 76 | 116 | 32 | 14 | 77 | 55 |
| Binary | 10111100 | 1000111 | 101010 | 0 | 111110 | 1001110 | 11010 | 1100 | 111111 | 101101 |
Color Harmonies of #BC472A
Complementary color
Monochromatic Colors of #BC472A
Black with #BC472A
Text Example
Text Example
White with #BC472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC472A; }
p { color: rgb(188,71,42); }
H1.HeaderClassName
{
color: #BC472A;
}
.AnyTagClassName
{
color: #BC472A;
}
</style>
background-color css
<style>
a { background-color: #BC472A; }
a { background-color: rgb(188,71,42); }
div.DivClassName
{
background-color: #BC472A;
}
.BgClassName
{
background-color: #BC472A;
}
</style>
border-color css
<style>
span { border-color: #BC472A; }
span { border-color: rgb(188,71,42); }
td.TdClassName
{
border-color: #BC472A;
}
.TagClassName
{
border-color: #BC472A;
}
</style>