Shades of Grenadier #BC4431
Tints of Grenadier #BC4431
RGB
CMYK
RGB Variations
Color information
#BC4431 (or 0xBC4431) is known color: Grenadier. HEX triplet: BC, 44 and 31. RGB value is (188,68,49). Sum of RGB (Red+Green+Blue) = 188+68+49=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4431 is #43BBCE. Grayscale: #656565. Windows color (decimal): -4438991 or 3228860. OLE color: 3228860.
HSL color Cylindrical-coordinate representation of color #BC4431: hue angle of 8.2º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC4431 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 49 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.26 |
| HSL | 8.2º | 0.59% | 0.46% | - |
| HSV(B) | 8.2º | 0.74% | 0.74% | - |
| XYZ | 23.36 | 15.05 | 4.58 | - |
| YUV | 101.71 | 98.26 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 49 | 0 | 0.64 | 0.74 | 0.26 | 8.2 | 0.59 | 0.46 |
| Hex | BC | 44 | 31 | 0 | 40 | 4A | 1A | 8 | 3B | 2E |
| Octal | 274 | 104 | 61 | 0 | 100 | 112 | 32 | 10 | 73 | 56 |
| Binary | 10111100 | 1000100 | 110001 | 0 | 1000000 | 1001010 | 11010 | 1000 | 111011 | 101110 |
Color Harmonies of #BC4431
Complementary color
Monochromatic Colors of #BC4431
Black with #BC4431
Text Example
Text Example
White with #BC4431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4431; }
p { color: rgb(188,68,49); }
H1.HeaderClassName
{
color: #BC4431;
}
.AnyTagClassName
{
color: #BC4431;
}
</style>
background-color css
<style>
a { background-color: #BC4431; }
a { background-color: rgb(188,68,49); }
div.DivClassName
{
background-color: #BC4431;
}
.BgClassName
{
background-color: #BC4431;
}
</style>
border-color css
<style>
span { border-color: #BC4431; }
span { border-color: rgb(188,68,49); }
td.TdClassName
{
border-color: #BC4431;
}
.TagClassName
{
border-color: #BC4431;
}
</style>