Shades of Grenadier #BC452E
Tints of Grenadier #BC452E
RGB
CMYK
RGB Variations
Color information
#BC452E (or 0xBC452E) is known color: Grenadier. HEX triplet: BC, 45 and 2E. RGB value is (188,69,46). Sum of RGB (Red+Green+Blue) = 188+69+46=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC452E is #43BAD1. Grayscale: #666666. Windows color (decimal): -4438738 or 3032508. OLE color: 3032508.
HSL color Cylindrical-coordinate representation of color #BC452E: hue angle of 9.72º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC452E is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 46 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.26 |
| HSL | 9.72º | 0.61% | 0.46% | - |
| HSV(B) | 9.72º | 0.76% | 0.74% | - |
| XYZ | 23.36 | 15.14 | 4.28 | - |
| YUV | 101.96 | 96.42 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 46 | 0 | 0.63 | 0.76 | 0.26 | 9.72 | 0.61 | 0.46 |
| Hex | BC | 45 | 2E | 0 | 3F | 4C | 1A | A | 3D | 2E |
| Octal | 274 | 105 | 56 | 0 | 77 | 114 | 32 | 12 | 75 | 56 |
| Binary | 10111100 | 1000101 | 101110 | 0 | 111111 | 1001100 | 11010 | 1010 | 111101 | 101110 |
Color Harmonies of #BC452E
Complementary color
Monochromatic Colors of #BC452E
Black with #BC452E
Text Example
Text Example
White with #BC452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC452E; }
p { color: rgb(188,69,46); }
H1.HeaderClassName
{
color: #BC452E;
}
.AnyTagClassName
{
color: #BC452E;
}
</style>
background-color css
<style>
a { background-color: #BC452E; }
a { background-color: rgb(188,69,46); }
div.DivClassName
{
background-color: #BC452E;
}
.BgClassName
{
background-color: #BC452E;
}
</style>
border-color css
<style>
span { border-color: #BC452E; }
span { border-color: rgb(188,69,46); }
td.TdClassName
{
border-color: #BC452E;
}
.TagClassName
{
border-color: #BC452E;
}
</style>