Shades of Grenadier #BC463C
Tints of Grenadier #BC463C
RGB
CMYK
RGB Variations
Color information
#BC463C (or 0xBC463C) is known color: Grenadier. HEX triplet: BC, 46 and 3C. RGB value is (188,70,60). Sum of RGB (Red+Green+Blue) = 188+70+60=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC463C is #43B9C3. Grayscale: #686868. Windows color (decimal): -4438468 or 3950268. OLE color: 3950268.
HSL color Cylindrical-coordinate representation of color #BC463C: hue angle of 4.69º 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 #BC463C is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 60 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.26 |
| HSL | 4.69º | 0.52% | 0.49% | - |
| HSV(B) | 4.69º | 0.68% | 0.74% | - |
| XYZ | 23.74 | 15.4 | 6 | - |
| YUV | 104.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 60 | 0 | 0.63 | 0.68 | 0.26 | 4.69 | 0.52 | 0.49 |
| Hex | BC | 46 | 3C | 0 | 3F | 44 | 1A | 5 | 34 | 31 |
| Octal | 274 | 106 | 74 | 0 | 77 | 104 | 32 | 5 | 64 | 61 |
| Binary | 10111100 | 1000110 | 111100 | 0 | 111111 | 1000100 | 11010 | 101 | 110100 | 110001 |
Color Harmonies of #BC463C
Complementary color
Monochromatic Colors of #BC463C
Black with #BC463C
Text Example
Text Example
White with #BC463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC463C; }
p { color: rgb(188,70,60); }
H1.HeaderClassName
{
color: #BC463C;
}
.AnyTagClassName
{
color: #BC463C;
}
</style>
background-color css
<style>
a { background-color: #BC463C; }
a { background-color: rgb(188,70,60); }
div.DivClassName
{
background-color: #BC463C;
}
.BgClassName
{
background-color: #BC463C;
}
</style>
border-color css
<style>
span { border-color: #BC463C; }
span { border-color: rgb(188,70,60); }
td.TdClassName
{
border-color: #BC463C;
}
.TagClassName
{
border-color: #BC463C;
}
</style>