Shades of Grenadier #BC452A
Tints of Grenadier #BC452A
RGB
CMYK
RGB Variations
Color information
#BC452A (or 0xBC452A) is known color: Grenadier. HEX triplet: BC, 45 and 2A. RGB value is (188,69,42). Sum of RGB (Red+Green+Blue) = 188+69+42=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC452A is #43BAD5. Grayscale: #656565. Windows color (decimal): -4438742 or 2770364. OLE color: 2770364.
HSL color Cylindrical-coordinate representation of color #BC452A: hue angle of 11.1º 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 #BC452A is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 42 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.26 |
| HSL | 11.1º | 0.63% | 0.45% | - |
| HSV(B) | 11.1º | 0.78% | 0.74% | - |
| XYZ | 23.29 | 15.11 | 3.88 | - |
| YUV | 101.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 42 | 0 | 0.63 | 0.78 | 0.26 | 11.1 | 0.63 | 0.45 |
| Hex | BC | 45 | 2A | 0 | 3F | 4E | 1A | B | 3F | 2D |
| Octal | 274 | 105 | 52 | 0 | 77 | 116 | 32 | 13 | 77 | 55 |
| Binary | 10111100 | 1000101 | 101010 | 0 | 111111 | 1001110 | 11010 | 1011 | 111111 | 101101 |
Color Harmonies of #BC452A
Complementary color
Monochromatic Colors of #BC452A
Black with #BC452A
Text Example
Text Example
White with #BC452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC452A; }
p { color: rgb(188,69,42); }
H1.HeaderClassName
{
color: #BC452A;
}
.AnyTagClassName
{
color: #BC452A;
}
</style>
background-color css
<style>
a { background-color: #BC452A; }
a { background-color: rgb(188,69,42); }
div.DivClassName
{
background-color: #BC452A;
}
.BgClassName
{
background-color: #BC452A;
}
</style>
border-color css
<style>
span { border-color: #BC452A; }
span { border-color: rgb(188,69,42); }
td.TdClassName
{
border-color: #BC452A;
}
.TagClassName
{
border-color: #BC452A;
}
</style>