Shades of Grenadier #BC442B
Tints of Grenadier #BC442B
RGB
CMYK
RGB Variations
Color information
#BC442B (or 0xBC442B) is known color: Grenadier. HEX triplet: BC, 44 and 2B. RGB value is (188,68,43). Sum of RGB (Red+Green+Blue) = 188+68+43=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC442B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC442B is #43BBD4. Grayscale: #656565. Windows color (decimal): -4438997 or 2835644. OLE color: 2835644.
HSL color Cylindrical-coordinate representation of color #BC442B: hue angle of 10.34º 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 #BC442B is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 43 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.26 |
| HSL | 10.34º | 0.63% | 0.45% | - |
| HSV(B) | 10.34º | 0.77% | 0.74% | - |
| XYZ | 23.24 | 15 | 3.96 | - |
| YUV | 101.03 | 95.26 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 43 | 0 | 0.64 | 0.77 | 0.26 | 10.34 | 0.63 | 0.45 |
| Hex | BC | 44 | 2B | 0 | 40 | 4D | 1A | A | 3F | 2D |
| Octal | 274 | 104 | 53 | 0 | 100 | 115 | 32 | 12 | 77 | 55 |
| Binary | 10111100 | 1000100 | 101011 | 0 | 1000000 | 1001101 | 11010 | 1010 | 111111 | 101101 |
Color Harmonies of #BC442B
Complementary color
Monochromatic Colors of #BC442B
Black with #BC442B
Text Example
Text Example
White with #BC442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC442B; }
p { color: rgb(188,68,43); }
H1.HeaderClassName
{
color: #BC442B;
}
.AnyTagClassName
{
color: #BC442B;
}
</style>
background-color css
<style>
a { background-color: #BC442B; }
a { background-color: rgb(188,68,43); }
div.DivClassName
{
background-color: #BC442B;
}
.BgClassName
{
background-color: #BC442B;
}
</style>
border-color css
<style>
span { border-color: #BC442B; }
span { border-color: rgb(188,68,43); }
td.TdClassName
{
border-color: #BC442B;
}
.TagClassName
{
border-color: #BC442B;
}
</style>