Shades of Grenadier #BD473C
Tints of Grenadier #BD473C
RGB
CMYK
RGB Variations
Color information
#BD473C (or 0xBD473C) is known color: Grenadier. HEX triplet: BD, 47 and 3C. RGB value is (189,71,60). Sum of RGB (Red+Green+Blue) = 189+71+60=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD473C is #42B8C3. Grayscale: #696969. Windows color (decimal): -4372676 or 3950525. OLE color: 3950525.
HSL color Cylindrical-coordinate representation of color #BD473C: hue angle of 5.12º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD473C is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 60 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.26 |
| HSL | 5.12º | 0.52% | 0.49% | - |
| HSV(B) | 5.12º | 0.68% | 0.74% | - |
| XYZ | 24.06 | 15.65 | 6.03 | - |
| YUV | 105.03 | 102.59 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 60 | 0 | 0.62 | 0.68 | 0.26 | 5.12 | 0.52 | 0.49 |
| Hex | BD | 47 | 3C | 0 | 3E | 44 | 1A | 5 | 34 | 31 |
| Octal | 275 | 107 | 74 | 0 | 76 | 104 | 32 | 5 | 64 | 61 |
| Binary | 10111101 | 1000111 | 111100 | 0 | 111110 | 1000100 | 11010 | 101 | 110100 | 110001 |
Color Harmonies of #BD473C
Complementary color
Monochromatic Colors of #BD473C
Black with #BD473C
Text Example
Text Example
White with #BD473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD473C; }
p { color: rgb(189,71,60); }
H1.HeaderClassName
{
color: #BD473C;
}
.AnyTagClassName
{
color: #BD473C;
}
</style>
background-color css
<style>
a { background-color: #BD473C; }
a { background-color: rgb(189,71,60); }
div.DivClassName
{
background-color: #BD473C;
}
.BgClassName
{
background-color: #BD473C;
}
</style>
border-color css
<style>
span { border-color: #BD473C; }
span { border-color: rgb(189,71,60); }
td.TdClassName
{
border-color: #BD473C;
}
.TagClassName
{
border-color: #BD473C;
}
</style>