Shades of Grenadier #BC4433
Tints of Grenadier #BC4433
RGB
CMYK
RGB Variations
Color information
#BC4433 (or 0xBC4433) is known color: Grenadier. HEX triplet: BC, 44 and 33. RGB value is (188,68,51). Sum of RGB (Red+Green+Blue) = 188+68+51=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4433 is #43BBCC. Grayscale: #666666. Windows color (decimal): -4438989 or 3359932. OLE color: 3359932.
HSL color Cylindrical-coordinate representation of color #BC4433: hue angle of 7.45º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC4433 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 51 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.26 |
| HSL | 7.45º | 0.57% | 0.47% | - |
| HSV(B) | 7.45º | 0.73% | 0.74% | - |
| XYZ | 23.4 | 15.06 | 4.81 | - |
| YUV | 101.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 51 | 0 | 0.64 | 0.73 | 0.26 | 7.45 | 0.57 | 0.47 |
| Hex | BC | 44 | 33 | 0 | 40 | 49 | 1A | 7 | 39 | 2F |
| Octal | 274 | 104 | 63 | 0 | 100 | 111 | 32 | 7 | 71 | 57 |
| Binary | 10111100 | 1000100 | 110011 | 0 | 1000000 | 1001001 | 11010 | 111 | 111001 | 101111 |
Color Harmonies of #BC4433
Complementary color
Monochromatic Colors of #BC4433
Black with #BC4433
Text Example
Text Example
White with #BC4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4433; }
p { color: rgb(188,68,51); }
H1.HeaderClassName
{
color: #BC4433;
}
.AnyTagClassName
{
color: #BC4433;
}
</style>
background-color css
<style>
a { background-color: #BC4433; }
a { background-color: rgb(188,68,51); }
div.DivClassName
{
background-color: #BC4433;
}
.BgClassName
{
background-color: #BC4433;
}
</style>
border-color css
<style>
span { border-color: #BC4433; }
span { border-color: rgb(188,68,51); }
td.TdClassName
{
border-color: #BC4433;
}
.TagClassName
{
border-color: #BC4433;
}
</style>