Shades of Grenadier #BC4535
Tints of Grenadier #BC4535
RGB
CMYK
RGB Variations
Color information
#BC4535 (or 0xBC4535) is known color: Grenadier. HEX triplet: BC, 45 and 35. RGB value is (188,69,53). Sum of RGB (Red+Green+Blue) = 188+69+53=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4535 is #43BACA. Grayscale: #666666. Windows color (decimal): -4438731 or 3491260. OLE color: 3491260.
HSL color Cylindrical-coordinate representation of color #BC4535: hue angle of 7.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC4535 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 53 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.26 |
| HSL | 7.11º | 0.56% | 0.47% | - |
| HSV(B) | 7.11º | 0.72% | 0.74% | - |
| XYZ | 23.51 | 15.2 | 5.06 | - |
| YUV | 102.76 | 99.92 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 53 | 0 | 0.63 | 0.72 | 0.26 | 7.11 | 0.56 | 0.47 |
| Hex | BC | 45 | 35 | 0 | 3F | 48 | 1A | 7 | 38 | 2F |
| Octal | 274 | 105 | 65 | 0 | 77 | 110 | 32 | 7 | 70 | 57 |
| Binary | 10111100 | 1000101 | 110101 | 0 | 111111 | 1001000 | 11010 | 111 | 111000 | 101111 |
Color Harmonies of #BC4535
Complementary color
Monochromatic Colors of #BC4535
Black with #BC4535
Text Example
Text Example
White with #BC4535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4535; }
p { color: rgb(188,69,53); }
H1.HeaderClassName
{
color: #BC4535;
}
.AnyTagClassName
{
color: #BC4535;
}
</style>
background-color css
<style>
a { background-color: #BC4535; }
a { background-color: rgb(188,69,53); }
div.DivClassName
{
background-color: #BC4535;
}
.BgClassName
{
background-color: #BC4535;
}
</style>
border-color css
<style>
span { border-color: #BC4535; }
span { border-color: rgb(188,69,53); }
td.TdClassName
{
border-color: #BC4535;
}
.TagClassName
{
border-color: #BC4535;
}
</style>