Shades of Grenadier #BC412B
Tints of Grenadier #BC412B
RGB
CMYK
RGB Variations
Color information
#BC412B (or 0xBC412B) is known color: Grenadier. HEX triplet: BC, 41 and 2B. RGB value is (188,65,43). Sum of RGB (Red+Green+Blue) = 188+65+43=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC412B is #43BED4. Grayscale: #636363. Windows color (decimal): -4439765 or 2834876. OLE color: 2834876.
HSL color Cylindrical-coordinate representation of color #BC412B: hue angle of 9.1º degrees, saturation: 0.63, 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 #BC412B is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 43 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.26 |
| HSL | 9.1º | 0.63% | 0.45% | - |
| HSV(B) | 9.1º | 0.77% | 0.74% | - |
| XYZ | 23.07 | 14.65 | 3.9 | - |
| YUV | 99.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 43 | 0 | 0.65 | 0.77 | 0.26 | 9.1 | 0.63 | 0.45 |
| Hex | BC | 41 | 2B | 0 | 41 | 4D | 1A | 9 | 3F | 2D |
| Octal | 274 | 101 | 53 | 0 | 101 | 115 | 32 | 11 | 77 | 55 |
| Binary | 10111100 | 1000001 | 101011 | 0 | 1000001 | 1001101 | 11010 | 1001 | 111111 | 101101 |
Color Harmonies of #BC412B
Complementary color
Monochromatic Colors of #BC412B
Black with #BC412B
Text Example
Text Example
White with #BC412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC412B; }
p { color: rgb(188,65,43); }
H1.HeaderClassName
{
color: #BC412B;
}
.AnyTagClassName
{
color: #BC412B;
}
</style>
background-color css
<style>
a { background-color: #BC412B; }
a { background-color: rgb(188,65,43); }
div.DivClassName
{
background-color: #BC412B;
}
.BgClassName
{
background-color: #BC412B;
}
</style>
border-color css
<style>
span { border-color: #BC412B; }
span { border-color: rgb(188,65,43); }
td.TdClassName
{
border-color: #BC412B;
}
.TagClassName
{
border-color: #BC412B;
}
</style>