Shades of Grenadier #BC492C
Tints of Grenadier #BC492C
RGB
CMYK
RGB Variations
Color information
#BC492C (or 0xBC492C) is known color: Grenadier. HEX triplet: BC, 49 and 2C. RGB value is (188,73,44). Sum of RGB (Red+Green+Blue) = 188+73+44=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC492C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC492C is #43B6D3. Grayscale: #686868. Windows color (decimal): -4437716 or 2902460. OLE color: 2902460.
HSL color Cylindrical-coordinate representation of color #BC492C: hue angle of 12.08º degrees, saturation: 0.62, 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 #BC492C is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 44 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.26 |
| HSL | 12.08º | 0.62% | 0.45% | - |
| HSV(B) | 12.08º | 0.77% | 0.74% | - |
| XYZ | 23.58 | 15.64 | 4.16 | - |
| YUV | 104.08 | 94.1 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 44 | 0 | 0.61 | 0.77 | 0.26 | 12.08 | 0.62 | 0.45 |
| Hex | BC | 49 | 2C | 0 | 3D | 4D | 1A | C | 3E | 2D |
| Octal | 274 | 111 | 54 | 0 | 75 | 115 | 32 | 14 | 76 | 55 |
| Binary | 10111100 | 1001001 | 101100 | 0 | 111101 | 1001101 | 11010 | 1100 | 111110 | 101101 |
Color Harmonies of #BC492C
Complementary color
Monochromatic Colors of #BC492C
Black with #BC492C
Text Example
Text Example
White with #BC492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC492C; }
p { color: rgb(188,73,44); }
H1.HeaderClassName
{
color: #BC492C;
}
.AnyTagClassName
{
color: #BC492C;
}
</style>
background-color css
<style>
a { background-color: #BC492C; }
a { background-color: rgb(188,73,44); }
div.DivClassName
{
background-color: #BC492C;
}
.BgClassName
{
background-color: #BC492C;
}
</style>
border-color css
<style>
span { border-color: #BC492C; }
span { border-color: rgb(188,73,44); }
td.TdClassName
{
border-color: #BC492C;
}
.TagClassName
{
border-color: #BC492C;
}
</style>