Shades of Grenadier #BC462D
Tints of Grenadier #BC462D
RGB
CMYK
RGB Variations
Color information
#BC462D (or 0xBC462D) is known color: Grenadier. HEX triplet: BC, 46 and 2D. RGB value is (188,70,45). Sum of RGB (Red+Green+Blue) = 188+70+45=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC462D is #43B9D2. Grayscale: #666666. Windows color (decimal): -4438483 or 2967228. OLE color: 2967228.
HSL color Cylindrical-coordinate representation of color #BC462D: hue angle of 10.49º 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 #BC462D is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 45 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.26 |
| HSL | 10.49º | 0.61% | 0.46% | - |
| HSV(B) | 10.49º | 0.76% | 0.74% | - |
| XYZ | 23.4 | 15.26 | 4.19 | - |
| YUV | 102.43 | 95.59 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 45 | 0 | 0.63 | 0.76 | 0.26 | 10.49 | 0.61 | 0.46 |
| Hex | BC | 46 | 2D | 0 | 3F | 4C | 1A | A | 3D | 2E |
| Octal | 274 | 106 | 55 | 0 | 77 | 114 | 32 | 12 | 75 | 56 |
| Binary | 10111100 | 1000110 | 101101 | 0 | 111111 | 1001100 | 11010 | 1010 | 111101 | 101110 |
Color Harmonies of #BC462D
Complementary color
Monochromatic Colors of #BC462D
Black with #BC462D
Text Example
Text Example
White with #BC462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC462D; }
p { color: rgb(188,70,45); }
H1.HeaderClassName
{
color: #BC462D;
}
.AnyTagClassName
{
color: #BC462D;
}
</style>
background-color css
<style>
a { background-color: #BC462D; }
a { background-color: rgb(188,70,45); }
div.DivClassName
{
background-color: #BC462D;
}
.BgClassName
{
background-color: #BC462D;
}
</style>
border-color css
<style>
span { border-color: #BC462D; }
span { border-color: rgb(188,70,45); }
td.TdClassName
{
border-color: #BC462D;
}
.TagClassName
{
border-color: #BC462D;
}
</style>