Shades of Grenadier #BC432B
Tints of Grenadier #BC432B
RGB
CMYK
RGB Variations
Color information
#BC432B (or 0xBC432B) is known color: Grenadier. HEX triplet: BC, 43 and 2B. RGB value is (188,67,43). Sum of RGB (Red+Green+Blue) = 188+67+43=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC432B is #43BCD4. Grayscale: #646464. Windows color (decimal): -4439253 or 2835388. OLE color: 2835388.
HSL color Cylindrical-coordinate representation of color #BC432B: hue angle of 9.93º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC432B is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 43 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.26 |
| HSL | 9.93º | 0.63% | 0.45% | - |
| HSV(B) | 9.93º | 0.77% | 0.74% | - |
| XYZ | 23.18 | 14.88 | 3.94 | - |
| YUV | 100.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 43 | 0 | 0.64 | 0.77 | 0.26 | 9.93 | 0.63 | 0.45 |
| Hex | BC | 43 | 2B | 0 | 40 | 4D | 1A | A | 3F | 2D |
| Octal | 274 | 103 | 53 | 0 | 100 | 115 | 32 | 12 | 77 | 55 |
| Binary | 10111100 | 1000011 | 101011 | 0 | 1000000 | 1001101 | 11010 | 1010 | 111111 | 101101 |
Color Harmonies of #BC432B
Complementary color
Monochromatic Colors of #BC432B
Black with #BC432B
Text Example
Text Example
White with #BC432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC432B; }
p { color: rgb(188,67,43); }
H1.HeaderClassName
{
color: #BC432B;
}
.AnyTagClassName
{
color: #BC432B;
}
</style>
background-color css
<style>
a { background-color: #BC432B; }
a { background-color: rgb(188,67,43); }
div.DivClassName
{
background-color: #BC432B;
}
.BgClassName
{
background-color: #BC432B;
}
</style>
border-color css
<style>
span { border-color: #BC432B; }
span { border-color: rgb(188,67,43); }
td.TdClassName
{
border-color: #BC432B;
}
.TagClassName
{
border-color: #BC432B;
}
</style>