Shades of Grenadier #BC4339
Tints of Grenadier #BC4339
RGB
CMYK
RGB Variations
Color information
#BC4339 (or 0xBC4339) is known color: Grenadier. HEX triplet: BC, 43 and 39. RGB value is (188,67,57). Sum of RGB (Red+Green+Blue) = 188+67+57=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4339 is #43BCC6. Grayscale: #666666. Windows color (decimal): -4439239 or 3752892. OLE color: 3752892.
HSL color Cylindrical-coordinate representation of color #BC4339: hue angle of 4.58º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4339 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 57 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.26 |
| HSL | 4.58º | 0.53% | 0.48% | - |
| HSV(B) | 4.58º | 0.7% | 0.74% | - |
| XYZ | 23.48 | 15 | 5.53 | - |
| YUV | 102.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 57 | 0 | 0.64 | 0.70 | 0.26 | 4.58 | 0.53 | 0.48 |
| Hex | BC | 43 | 39 | 0 | 40 | 46 | 1A | 5 | 35 | 30 |
| Octal | 274 | 103 | 71 | 0 | 100 | 106 | 32 | 5 | 65 | 60 |
| Binary | 10111100 | 1000011 | 111001 | 0 | 1000000 | 1000110 | 11010 | 101 | 110101 | 110000 |
Color Harmonies of #BC4339
Complementary color
Monochromatic Colors of #BC4339
Black with #BC4339
Text Example
Text Example
White with #BC4339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4339; }
p { color: rgb(188,67,57); }
H1.HeaderClassName
{
color: #BC4339;
}
.AnyTagClassName
{
color: #BC4339;
}
</style>
background-color css
<style>
a { background-color: #BC4339; }
a { background-color: rgb(188,67,57); }
div.DivClassName
{
background-color: #BC4339;
}
.BgClassName
{
background-color: #BC4339;
}
</style>
border-color css
<style>
span { border-color: #BC4339; }
span { border-color: rgb(188,67,57); }
td.TdClassName
{
border-color: #BC4339;
}
.TagClassName
{
border-color: #BC4339;
}
</style>