Shades of Grenadier #BC4531
Tints of Grenadier #BC4531
RGB
CMYK
RGB Variations
Color information
#BC4531 (or 0xBC4531) is known color: Grenadier. HEX triplet: BC, 45 and 31. RGB value is (188,69,49). Sum of RGB (Red+Green+Blue) = 188+69+49=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4531 is #43BACE. Grayscale: #666666. Windows color (decimal): -4438735 or 3229116. OLE color: 3229116.
HSL color Cylindrical-coordinate representation of color #BC4531: hue angle of 8.63º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC4531 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 49 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.26 |
| HSL | 8.63º | 0.59% | 0.46% | - |
| HSV(B) | 8.63º | 0.74% | 0.74% | - |
| XYZ | 23.42 | 15.17 | 4.6 | - |
| YUV | 102.3 | 97.92 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 49 | 0 | 0.63 | 0.74 | 0.26 | 8.63 | 0.59 | 0.46 |
| Hex | BC | 45 | 31 | 0 | 3F | 4A | 1A | 9 | 3B | 2E |
| Octal | 274 | 105 | 61 | 0 | 77 | 112 | 32 | 11 | 73 | 56 |
| Binary | 10111100 | 1000101 | 110001 | 0 | 111111 | 1001010 | 11010 | 1001 | 111011 | 101110 |
Color Harmonies of #BC4531
Complementary color
Monochromatic Colors of #BC4531
Black with #BC4531
Text Example
Text Example
White with #BC4531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4531; }
p { color: rgb(188,69,49); }
H1.HeaderClassName
{
color: #BC4531;
}
.AnyTagClassName
{
color: #BC4531;
}
</style>
background-color css
<style>
a { background-color: #BC4531; }
a { background-color: rgb(188,69,49); }
div.DivClassName
{
background-color: #BC4531;
}
.BgClassName
{
background-color: #BC4531;
}
</style>
border-color css
<style>
span { border-color: #BC4531; }
span { border-color: rgb(188,69,49); }
td.TdClassName
{
border-color: #BC4531;
}
.TagClassName
{
border-color: #BC4531;
}
</style>