Shades of Grenadier #BC4231
Tints of Grenadier #BC4231
RGB
CMYK
RGB Variations
Color information
#BC4231 (or 0xBC4231) is known color: Grenadier. HEX triplet: BC, 42 and 31. RGB value is (188,66,49). Sum of RGB (Red+Green+Blue) = 188+66+49=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4231 is #43BDCE. Grayscale: #646464. Windows color (decimal): -4439503 or 3228348. OLE color: 3228348.
HSL color Cylindrical-coordinate representation of color #BC4231: hue angle of 7.34º 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 #BC4231 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 49 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.26 |
| HSL | 7.34º | 0.59% | 0.46% | - |
| HSV(B) | 7.34º | 0.74% | 0.74% | - |
| XYZ | 23.24 | 14.81 | 4.54 | - |
| YUV | 100.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 49 | 0 | 0.65 | 0.74 | 0.26 | 7.34 | 0.59 | 0.46 |
| Hex | BC | 42 | 31 | 0 | 41 | 4A | 1A | 7 | 3B | 2E |
| Octal | 274 | 102 | 61 | 0 | 101 | 112 | 32 | 7 | 73 | 56 |
| Binary | 10111100 | 1000010 | 110001 | 0 | 1000001 | 1001010 | 11010 | 111 | 111011 | 101110 |
Color Harmonies of #BC4231
Complementary color
Monochromatic Colors of #BC4231
Black with #BC4231
Text Example
Text Example
White with #BC4231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4231; }
p { color: rgb(188,66,49); }
H1.HeaderClassName
{
color: #BC4231;
}
.AnyTagClassName
{
color: #BC4231;
}
</style>
background-color css
<style>
a { background-color: #BC4231; }
a { background-color: rgb(188,66,49); }
div.DivClassName
{
background-color: #BC4231;
}
.BgClassName
{
background-color: #BC4231;
}
</style>
border-color css
<style>
span { border-color: #BC4231; }
span { border-color: rgb(188,66,49); }
td.TdClassName
{
border-color: #BC4231;
}
.TagClassName
{
border-color: #BC4231;
}
</style>