Shades of Grenadier #BC422E
Tints of Grenadier #BC422E
RGB
CMYK
RGB Variations
Color information
#BC422E (or 0xBC422E) is known color: Grenadier. HEX triplet: BC, 42 and 2E. RGB value is (188,66,46). Sum of RGB (Red+Green+Blue) = 188+66+46=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC422E is #43BDD1. Grayscale: #646464. Windows color (decimal): -4439506 or 3031740. OLE color: 3031740.
HSL color Cylindrical-coordinate representation of color #BC422E: hue angle of 8.45º 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 #BC422E is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 46 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.26 |
| HSL | 8.45º | 0.61% | 0.46% | - |
| HSV(B) | 8.45º | 0.76% | 0.74% | - |
| XYZ | 23.18 | 14.79 | 4.22 | - |
| YUV | 100.2 | 97.42 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 46 | 0 | 0.65 | 0.76 | 0.26 | 8.45 | 0.61 | 0.46 |
| Hex | BC | 42 | 2E | 0 | 41 | 4C | 1A | 8 | 3D | 2E |
| Octal | 274 | 102 | 56 | 0 | 101 | 114 | 32 | 10 | 75 | 56 |
| Binary | 10111100 | 1000010 | 101110 | 0 | 1000001 | 1001100 | 11010 | 1000 | 111101 | 101110 |
Color Harmonies of #BC422E
Complementary color
Monochromatic Colors of #BC422E
Black with #BC422E
Text Example
Text Example
White with #BC422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC422E; }
p { color: rgb(188,66,46); }
H1.HeaderClassName
{
color: #BC422E;
}
.AnyTagClassName
{
color: #BC422E;
}
</style>
background-color css
<style>
a { background-color: #BC422E; }
a { background-color: rgb(188,66,46); }
div.DivClassName
{
background-color: #BC422E;
}
.BgClassName
{
background-color: #BC422E;
}
</style>
border-color css
<style>
span { border-color: #BC422E; }
span { border-color: rgb(188,66,46); }
td.TdClassName
{
border-color: #BC422E;
}
.TagClassName
{
border-color: #BC422E;
}
</style>