Shades of Grenadier #BC4830
Tints of Grenadier #BC4830
RGB
CMYK
RGB Variations
Color information
#BC4830 (or 0xBC4830) is known color: Grenadier. HEX triplet: BC, 48 and 30. RGB value is (188,72,48). Sum of RGB (Red+Green+Blue) = 188+72+48=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4830 is #43B7CF. Grayscale: #686868. Windows color (decimal): -4437968 or 3164348. OLE color: 3164348.
HSL color Cylindrical-coordinate representation of color #BC4830: hue angle of 10.29º 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 #BC4830 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 48 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.26 |
| HSL | 10.29º | 0.59% | 0.46% | - |
| HSV(B) | 10.29º | 0.74% | 0.74% | - |
| XYZ | 23.59 | 15.54 | 4.55 | - |
| YUV | 103.95 | 96.43 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 48 | 0 | 0.62 | 0.74 | 0.26 | 10.29 | 0.59 | 0.46 |
| Hex | BC | 48 | 30 | 0 | 3E | 4A | 1A | A | 3B | 2E |
| Octal | 274 | 110 | 60 | 0 | 76 | 112 | 32 | 12 | 73 | 56 |
| Binary | 10111100 | 1001000 | 110000 | 0 | 111110 | 1001010 | 11010 | 1010 | 111011 | 101110 |
Color Harmonies of #BC4830
Complementary color
Monochromatic Colors of #BC4830
Black with #BC4830
Text Example
Text Example
White with #BC4830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4830; }
p { color: rgb(188,72,48); }
H1.HeaderClassName
{
color: #BC4830;
}
.AnyTagClassName
{
color: #BC4830;
}
</style>
background-color css
<style>
a { background-color: #BC4830; }
a { background-color: rgb(188,72,48); }
div.DivClassName
{
background-color: #BC4830;
}
.BgClassName
{
background-color: #BC4830;
}
</style>
border-color css
<style>
span { border-color: #BC4830; }
span { border-color: rgb(188,72,48); }
td.TdClassName
{
border-color: #BC4830;
}
.TagClassName
{
border-color: #BC4830;
}
</style>