Shades of Grenadier #BC453B
Tints of Grenadier #BC453B
RGB
CMYK
RGB Variations
Color information
#BC453B (or 0xBC453B) is known color: Grenadier. HEX triplet: BC, 45 and 3B. RGB value is (188,69,59). Sum of RGB (Red+Green+Blue) = 188+69+59=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC453B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC453B is #43BAC4. Grayscale: #676767. Windows color (decimal): -4438725 or 3884476. OLE color: 3884476.
HSL color Cylindrical-coordinate representation of color #BC453B: hue angle of 4.65º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC453B is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 59 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.26 |
| HSL | 4.65º | 0.52% | 0.48% | - |
| HSV(B) | 4.65º | 0.69% | 0.74% | - |
| XYZ | 23.66 | 15.26 | 5.84 | - |
| YUV | 103.44 | 102.92 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 59 | 0 | 0.63 | 0.69 | 0.26 | 4.65 | 0.52 | 0.48 |
| Hex | BC | 45 | 3B | 0 | 3F | 45 | 1A | 5 | 34 | 30 |
| Octal | 274 | 105 | 73 | 0 | 77 | 105 | 32 | 5 | 64 | 60 |
| Binary | 10111100 | 1000101 | 111011 | 0 | 111111 | 1000101 | 11010 | 101 | 110100 | 110000 |
Color Harmonies of #BC453B
Complementary color
Monochromatic Colors of #BC453B
Black with #BC453B
Text Example
Text Example
White with #BC453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC453B; }
p { color: rgb(188,69,59); }
H1.HeaderClassName
{
color: #BC453B;
}
.AnyTagClassName
{
color: #BC453B;
}
</style>
background-color css
<style>
a { background-color: #BC453B; }
a { background-color: rgb(188,69,59); }
div.DivClassName
{
background-color: #BC453B;
}
.BgClassName
{
background-color: #BC453B;
}
</style>
border-color css
<style>
span { border-color: #BC453B; }
span { border-color: rgb(188,69,59); }
td.TdClassName
{
border-color: #BC453B;
}
.TagClassName
{
border-color: #BC453B;
}
</style>