Shades of Grenadier #BC4B30
Tints of Grenadier #BC4B30
RGB
CMYK
RGB Variations
Color information
#BC4B30 (or 0xBC4B30) is known color: Grenadier. HEX triplet: BC, 4B and 30. RGB value is (188,75,48). Sum of RGB (Red+Green+Blue) = 188+75+48=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4B30 is #43B4CF. Grayscale: #696969. Windows color (decimal): -4437200 or 3165116. OLE color: 3165116.
HSL color Cylindrical-coordinate representation of color #BC4B30: hue angle of 11.57º 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 #BC4B30 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 48 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.26 |
| HSL | 11.57º | 0.59% | 0.46% | - |
| HSV(B) | 11.57º | 0.74% | 0.74% | - |
| XYZ | 23.79 | 15.94 | 4.62 | - |
| YUV | 105.71 | 95.44 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 48 | 0 | 0.60 | 0.74 | 0.26 | 11.57 | 0.59 | 0.46 |
| Hex | BC | 4B | 30 | 0 | 3C | 4A | 1A | C | 3B | 2E |
| Octal | 274 | 113 | 60 | 0 | 74 | 112 | 32 | 14 | 73 | 56 |
| Binary | 10111100 | 1001011 | 110000 | 0 | 111100 | 1001010 | 11010 | 1100 | 111011 | 101110 |
Color Harmonies of #BC4B30
Complementary color
Monochromatic Colors of #BC4B30
Black with #BC4B30
Text Example
Text Example
White with #BC4B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B30; }
p { color: rgb(188,75,48); }
H1.HeaderClassName
{
color: #BC4B30;
}
.AnyTagClassName
{
color: #BC4B30;
}
</style>
background-color css
<style>
a { background-color: #BC4B30; }
a { background-color: rgb(188,75,48); }
div.DivClassName
{
background-color: #BC4B30;
}
.BgClassName
{
background-color: #BC4B30;
}
</style>
border-color css
<style>
span { border-color: #BC4B30; }
span { border-color: rgb(188,75,48); }
td.TdClassName
{
border-color: #BC4B30;
}
.TagClassName
{
border-color: #BC4B30;
}
</style>