Shades of Grenadier #BD422A
Tints of Grenadier #BD422A
RGB
CMYK
RGB Variations
Color information
#BD422A (or 0xBD422A) is known color: Grenadier. HEX triplet: BD, 42 and 2A. RGB value is (189,66,42). Sum of RGB (Red+Green+Blue) = 189+66+42=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD422A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD422A is #42BDD5. Grayscale: #646464. Windows color (decimal): -4373974 or 2769597. OLE color: 2769597.
HSL color Cylindrical-coordinate representation of color #BD422A: hue angle of 9.8º degrees, saturation: 0.64, 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 #BD422A is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 42 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.26 |
| HSL | 9.8º | 0.64% | 0.45% | - |
| HSV(B) | 9.8º | 0.78% | 0.74% | - |
| XYZ | 23.35 | 14.88 | 3.83 | - |
| YUV | 100.04 | 95.25 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 42 | 0 | 0.65 | 0.78 | 0.26 | 9.8 | 0.64 | 0.45 |
| Hex | BD | 42 | 2A | 0 | 41 | 4E | 1A | A | 40 | 2D |
| Octal | 275 | 102 | 52 | 0 | 101 | 116 | 32 | 12 | 100 | 55 |
| Binary | 10111101 | 1000010 | 101010 | 0 | 1000001 | 1001110 | 11010 | 1010 | 1000000 | 101101 |
Color Harmonies of #BD422A
Complementary color
Monochromatic Colors of #BD422A
Black with #BD422A
Text Example
Text Example
White with #BD422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD422A; }
p { color: rgb(189,66,42); }
H1.HeaderClassName
{
color: #BD422A;
}
.AnyTagClassName
{
color: #BD422A;
}
</style>
background-color css
<style>
a { background-color: #BD422A; }
a { background-color: rgb(189,66,42); }
div.DivClassName
{
background-color: #BD422A;
}
.BgClassName
{
background-color: #BD422A;
}
</style>
border-color css
<style>
span { border-color: #BD422A; }
span { border-color: rgb(189,66,42); }
td.TdClassName
{
border-color: #BD422A;
}
.TagClassName
{
border-color: #BD422A;
}
</style>