Shades of Grenadier #BC4438
Tints of Grenadier #BC4438
RGB
CMYK
RGB Variations
Color information
#BC4438 (or 0xBC4438) is known color: Grenadier. HEX triplet: BC, 44 and 38. RGB value is (188,68,56). Sum of RGB (Red+Green+Blue) = 188+68+56=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4438 is #43BBC7. Grayscale: #666666. Windows color (decimal): -4438984 or 3687612. OLE color: 3687612.
HSL color Cylindrical-coordinate representation of color #BC4438: hue angle of 5.45º degrees, saturation: 0.54, 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 #BC4438 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 56 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.26 |
| HSL | 5.45º | 0.54% | 0.48% | - |
| HSV(B) | 5.45º | 0.7% | 0.74% | - |
| XYZ | 23.52 | 15.11 | 5.42 | - |
| YUV | 102.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 56 | 0 | 0.64 | 0.70 | 0.26 | 5.45 | 0.54 | 0.48 |
| Hex | BC | 44 | 38 | 0 | 40 | 46 | 1A | 5 | 36 | 30 |
| Octal | 274 | 104 | 70 | 0 | 100 | 106 | 32 | 5 | 66 | 60 |
| Binary | 10111100 | 1000100 | 111000 | 0 | 1000000 | 1000110 | 11010 | 101 | 110110 | 110000 |
Color Harmonies of #BC4438
Complementary color
Monochromatic Colors of #BC4438
Black with #BC4438
Text Example
Text Example
White with #BC4438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4438; }
p { color: rgb(188,68,56); }
H1.HeaderClassName
{
color: #BC4438;
}
.AnyTagClassName
{
color: #BC4438;
}
</style>
background-color css
<style>
a { background-color: #BC4438; }
a { background-color: rgb(188,68,56); }
div.DivClassName
{
background-color: #BC4438;
}
.BgClassName
{
background-color: #BC4438;
}
</style>
border-color css
<style>
span { border-color: #BC4438; }
span { border-color: rgb(188,68,56); }
td.TdClassName
{
border-color: #BC4438;
}
.TagClassName
{
border-color: #BC4438;
}
</style>