Shades of Grenadier #BC442A
Tints of Grenadier #BC442A
RGB
CMYK
RGB Variations
Color information
#BC442A (or 0xBC442A) is known color: Grenadier. HEX triplet: BC, 44 and 2A. RGB value is (188,68,42). Sum of RGB (Red+Green+Blue) = 188+68+42=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC442A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC442A is #43BBD5. Grayscale: #656565. Windows color (decimal): -4438998 or 2770108. OLE color: 2770108.
HSL color Cylindrical-coordinate representation of color #BC442A: hue angle of 10.68º 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 #BC442A is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 42 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.26 |
| HSL | 10.68º | 0.63% | 0.45% | - |
| HSV(B) | 10.68º | 0.78% | 0.74% | - |
| XYZ | 23.22 | 14.99 | 3.86 | - |
| YUV | 100.92 | 94.76 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 42 | 0 | 0.64 | 0.78 | 0.26 | 10.68 | 0.63 | 0.45 |
| Hex | BC | 44 | 2A | 0 | 40 | 4E | 1A | B | 3F | 2D |
| Octal | 274 | 104 | 52 | 0 | 100 | 116 | 32 | 13 | 77 | 55 |
| Binary | 10111100 | 1000100 | 101010 | 0 | 1000000 | 1001110 | 11010 | 1011 | 111111 | 101101 |
Color Harmonies of #BC442A
Complementary color
Monochromatic Colors of #BC442A
Black with #BC442A
Text Example
Text Example
White with #BC442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC442A; }
p { color: rgb(188,68,42); }
H1.HeaderClassName
{
color: #BC442A;
}
.AnyTagClassName
{
color: #BC442A;
}
</style>
background-color css
<style>
a { background-color: #BC442A; }
a { background-color: rgb(188,68,42); }
div.DivClassName
{
background-color: #BC442A;
}
.BgClassName
{
background-color: #BC442A;
}
</style>
border-color css
<style>
span { border-color: #BC442A; }
span { border-color: rgb(188,68,42); }
td.TdClassName
{
border-color: #BC442A;
}
.TagClassName
{
border-color: #BC442A;
}
</style>