Shades of Grenadier #BC422B
Tints of Grenadier #BC422B
RGB
CMYK
RGB Variations
Color information
#BC422B (or 0xBC422B) is known color: Grenadier. HEX triplet: BC, 42 and 2B. RGB value is (188,66,43). Sum of RGB (Red+Green+Blue) = 188+66+43=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC422B is #43BDD4. Grayscale: #646464. Windows color (decimal): -4439509 or 2835132. OLE color: 2835132.
HSL color Cylindrical-coordinate representation of color #BC422B: hue angle of 9.52º 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 #BC422B is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 43 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.26 |
| HSL | 9.52º | 0.63% | 0.45% | - |
| HSV(B) | 9.52º | 0.77% | 0.74% | - |
| XYZ | 23.12 | 14.76 | 3.92 | - |
| YUV | 99.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 43 | 0 | 0.65 | 0.77 | 0.26 | 9.52 | 0.63 | 0.45 |
| Hex | BC | 42 | 2B | 0 | 41 | 4D | 1A | A | 3F | 2D |
| Octal | 274 | 102 | 53 | 0 | 101 | 115 | 32 | 12 | 77 | 55 |
| Binary | 10111100 | 1000010 | 101011 | 0 | 1000001 | 1001101 | 11010 | 1010 | 111111 | 101101 |
Color Harmonies of #BC422B
Complementary color
Monochromatic Colors of #BC422B
Black with #BC422B
Text Example
Text Example
White with #BC422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC422B; }
p { color: rgb(188,66,43); }
H1.HeaderClassName
{
color: #BC422B;
}
.AnyTagClassName
{
color: #BC422B;
}
</style>
background-color css
<style>
a { background-color: #BC422B; }
a { background-color: rgb(188,66,43); }
div.DivClassName
{
background-color: #BC422B;
}
.BgClassName
{
background-color: #BC422B;
}
</style>
border-color css
<style>
span { border-color: #BC422B; }
span { border-color: rgb(188,66,43); }
td.TdClassName
{
border-color: #BC422B;
}
.TagClassName
{
border-color: #BC422B;
}
</style>