Shades of Grenadier #BC452C
Tints of Grenadier #BC452C
RGB
CMYK
RGB Variations
Color information
#BC452C (or 0xBC452C) is known color: Grenadier. HEX triplet: BC, 45 and 2C. RGB value is (188,69,44). Sum of RGB (Red+Green+Blue) = 188+69+44=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC452C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC452C is #43BAD3. Grayscale: #656565. Windows color (decimal): -4438740 or 2901436. OLE color: 2901436.
HSL color Cylindrical-coordinate representation of color #BC452C: hue angle of 10.42º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC452C is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 44 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.26 |
| HSL | 10.42º | 0.62% | 0.45% | - |
| HSV(B) | 10.42º | 0.77% | 0.74% | - |
| XYZ | 23.32 | 15.13 | 4.07 | - |
| YUV | 101.73 | 95.42 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 44 | 0 | 0.63 | 0.77 | 0.26 | 10.42 | 0.62 | 0.45 |
| Hex | BC | 45 | 2C | 0 | 3F | 4D | 1A | A | 3E | 2D |
| Octal | 274 | 105 | 54 | 0 | 77 | 115 | 32 | 12 | 76 | 55 |
| Binary | 10111100 | 1000101 | 101100 | 0 | 111111 | 1001101 | 11010 | 1010 | 111110 | 101101 |
Color Harmonies of #BC452C
Complementary color
Monochromatic Colors of #BC452C
Black with #BC452C
Text Example
Text Example
White with #BC452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC452C; }
p { color: rgb(188,69,44); }
H1.HeaderClassName
{
color: #BC452C;
}
.AnyTagClassName
{
color: #BC452C;
}
</style>
background-color css
<style>
a { background-color: #BC452C; }
a { background-color: rgb(188,69,44); }
div.DivClassName
{
background-color: #BC452C;
}
.BgClassName
{
background-color: #BC452C;
}
</style>
border-color css
<style>
span { border-color: #BC452C; }
span { border-color: rgb(188,69,44); }
td.TdClassName
{
border-color: #BC452C;
}
.TagClassName
{
border-color: #BC452C;
}
</style>