Shades of Grenadier #BD442C
Tints of Grenadier #BD442C
RGB
CMYK
RGB Variations
Color information
#BD442C (or 0xBD442C) is known color: Grenadier. HEX triplet: BD, 44 and 2C. RGB value is (189,68,44). Sum of RGB (Red+Green+Blue) = 189+68+44=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD442C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD442C is #42BBD3. Grayscale: #656565. Windows color (decimal): -4373460 or 2901181. OLE color: 2901181.
HSL color Cylindrical-coordinate representation of color #BD442C: hue angle of 9.93º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD442C is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 44 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.26 |
| HSL | 9.93º | 0.62% | 0.46% | - |
| HSV(B) | 9.93º | 0.77% | 0.74% | - |
| XYZ | 23.51 | 15.13 | 4.07 | - |
| YUV | 101.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 44 | 0 | 0.64 | 0.77 | 0.26 | 9.93 | 0.62 | 0.46 |
| Hex | BD | 44 | 2C | 0 | 40 | 4D | 1A | A | 3E | 2E |
| Octal | 275 | 104 | 54 | 0 | 100 | 115 | 32 | 12 | 76 | 56 |
| Binary | 10111101 | 1000100 | 101100 | 0 | 1000000 | 1001101 | 11010 | 1010 | 111110 | 101110 |
Color Harmonies of #BD442C
Complementary color
Monochromatic Colors of #BD442C
Black with #BD442C
Text Example
Text Example
White with #BD442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD442C; }
p { color: rgb(189,68,44); }
H1.HeaderClassName
{
color: #BD442C;
}
.AnyTagClassName
{
color: #BD442C;
}
</style>
background-color css
<style>
a { background-color: #BD442C; }
a { background-color: rgb(189,68,44); }
div.DivClassName
{
background-color: #BD442C;
}
.BgClassName
{
background-color: #BD442C;
}
</style>
border-color css
<style>
span { border-color: #BD442C; }
span { border-color: rgb(189,68,44); }
td.TdClassName
{
border-color: #BD442C;
}
.TagClassName
{
border-color: #BD442C;
}
</style>