Shades of Grenadier #BC443C
Tints of Grenadier #BC443C
RGB
CMYK
RGB Variations
Color information
#BC443C (or 0xBC443C) is known color: Grenadier. HEX triplet: BC, 44 and 3C. RGB value is (188,68,60). Sum of RGB (Red+Green+Blue) = 188+68+60=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC443C is #43BBC3. Grayscale: #676767. Windows color (decimal): -4438980 or 3949756. OLE color: 3949756.
HSL color Cylindrical-coordinate representation of color #BC443C: hue angle of 3.75º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC443C is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 60 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.26 |
| HSL | 3.75º | 0.52% | 0.49% | - |
| HSV(B) | 3.75º | 0.68% | 0.74% | - |
| XYZ | 23.62 | 15.15 | 5.95 | - |
| YUV | 102.97 | 103.76 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 60 | 0 | 0.64 | 0.68 | 0.26 | 3.75 | 0.52 | 0.49 |
| Hex | BC | 44 | 3C | 0 | 40 | 44 | 1A | 4 | 34 | 31 |
| Octal | 274 | 104 | 74 | 0 | 100 | 104 | 32 | 4 | 64 | 61 |
| Binary | 10111100 | 1000100 | 111100 | 0 | 1000000 | 1000100 | 11010 | 100 | 110100 | 110001 |
Color Harmonies of #BC443C
Complementary color
Monochromatic Colors of #BC443C
Black with #BC443C
Text Example
Text Example
White with #BC443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC443C; }
p { color: rgb(188,68,60); }
H1.HeaderClassName
{
color: #BC443C;
}
.AnyTagClassName
{
color: #BC443C;
}
</style>
background-color css
<style>
a { background-color: #BC443C; }
a { background-color: rgb(188,68,60); }
div.DivClassName
{
background-color: #BC443C;
}
.BgClassName
{
background-color: #BC443C;
}
</style>
border-color css
<style>
span { border-color: #BC443C; }
span { border-color: rgb(188,68,60); }
td.TdClassName
{
border-color: #BC443C;
}
.TagClassName
{
border-color: #BC443C;
}
</style>