Shades of Grenadier #BD432F
Tints of Grenadier #BD432F
RGB
CMYK
RGB Variations
Color information
#BD432F (or 0xBD432F) is known color: Grenadier. HEX triplet: BD, 43 and 2F. RGB value is (189,67,47). Sum of RGB (Red+Green+Blue) = 189+67+47=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD432F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD432F is #42BCD0. Grayscale: #656565. Windows color (decimal): -4373713 or 3097533. OLE color: 3097533.
HSL color Cylindrical-coordinate representation of color #BD432F: hue angle of 8.45º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD432F is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 47 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.26 |
| HSL | 8.45º | 0.6% | 0.46% | - |
| HSV(B) | 8.45º | 0.75% | 0.74% | - |
| XYZ | 23.51 | 15.04 | 4.35 | - |
| YUV | 101.2 | 97.42 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 47 | 0 | 0.65 | 0.75 | 0.26 | 8.45 | 0.6 | 0.46 |
| Hex | BD | 43 | 2F | 0 | 41 | 4B | 1A | 8 | 3C | 2E |
| Octal | 275 | 103 | 57 | 0 | 101 | 113 | 32 | 10 | 74 | 56 |
| Binary | 10111101 | 1000011 | 101111 | 0 | 1000001 | 1001011 | 11010 | 1000 | 111100 | 101110 |
Color Harmonies of #BD432F
Complementary color
Monochromatic Colors of #BD432F
Black with #BD432F
Text Example
Text Example
White with #BD432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD432F; }
p { color: rgb(189,67,47); }
H1.HeaderClassName
{
color: #BD432F;
}
.AnyTagClassName
{
color: #BD432F;
}
</style>
background-color css
<style>
a { background-color: #BD432F; }
a { background-color: rgb(189,67,47); }
div.DivClassName
{
background-color: #BD432F;
}
.BgClassName
{
background-color: #BD432F;
}
</style>
border-color css
<style>
span { border-color: #BD432F; }
span { border-color: rgb(189,67,47); }
td.TdClassName
{
border-color: #BD432F;
}
.TagClassName
{
border-color: #BD432F;
}
</style>