Shades of Grenadier #BC482A
Tints of Grenadier #BC482A
RGB
CMYK
RGB Variations
Color information
#BC482A (or 0xBC482A) is known color: Grenadier. HEX triplet: BC, 48 and 2A. RGB value is (188,72,42). Sum of RGB (Red+Green+Blue) = 188+72+42=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC482A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC482A is #43B7D5. Grayscale: #676767. Windows color (decimal): -4437974 or 2771132. OLE color: 2771132.
HSL color Cylindrical-coordinate representation of color #BC482A: hue angle of 12.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC482A is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 42 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.26 |
| HSL | 12.33º | 0.63% | 0.45% | - |
| HSV(B) | 12.33º | 0.78% | 0.74% | - |
| XYZ | 23.47 | 15.49 | 3.94 | - |
| YUV | 103.26 | 93.43 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 42 | 0 | 0.62 | 0.78 | 0.26 | 12.33 | 0.63 | 0.45 |
| Hex | BC | 48 | 2A | 0 | 3E | 4E | 1A | C | 3F | 2D |
| Octal | 274 | 110 | 52 | 0 | 76 | 116 | 32 | 14 | 77 | 55 |
| Binary | 10111100 | 1001000 | 101010 | 0 | 111110 | 1001110 | 11010 | 1100 | 111111 | 101101 |
Color Harmonies of #BC482A
Complementary color
Monochromatic Colors of #BC482A
Black with #BC482A
Text Example
Text Example
White with #BC482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC482A; }
p { color: rgb(188,72,42); }
H1.HeaderClassName
{
color: #BC482A;
}
.AnyTagClassName
{
color: #BC482A;
}
</style>
background-color css
<style>
a { background-color: #BC482A; }
a { background-color: rgb(188,72,42); }
div.DivClassName
{
background-color: #BC482A;
}
.BgClassName
{
background-color: #BC482A;
}
</style>
border-color css
<style>
span { border-color: #BC482A; }
span { border-color: rgb(188,72,42); }
td.TdClassName
{
border-color: #BC482A;
}
.TagClassName
{
border-color: #BC482A;
}
</style>