Shades of Grenadier #BD4130
Tints of Grenadier #BD4130
RGB
CMYK
RGB Variations
Color information
#BD4130 (or 0xBD4130) is known color: Grenadier. HEX triplet: BD, 41 and 30. RGB value is (189,65,48). Sum of RGB (Red+Green+Blue) = 189+65+48=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4130 is #42BECF. Grayscale: #646464. Windows color (decimal): -4374224 or 3162557. OLE color: 3162557.
HSL color Cylindrical-coordinate representation of color #BD4130: hue angle of 7.23º degrees, saturation: 0.59, 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 #BD4130 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 48 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.26 |
| HSL | 7.23º | 0.59% | 0.46% | - |
| HSV(B) | 7.23º | 0.75% | 0.74% | - |
| XYZ | 23.41 | 14.81 | 4.42 | - |
| YUV | 100.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 48 | 0 | 0.66 | 0.75 | 0.26 | 7.23 | 0.59 | 0.46 |
| Hex | BD | 41 | 30 | 0 | 42 | 4B | 1A | 7 | 3B | 2E |
| Octal | 275 | 101 | 60 | 0 | 102 | 113 | 32 | 7 | 73 | 56 |
| Binary | 10111101 | 1000001 | 110000 | 0 | 1000010 | 1001011 | 11010 | 111 | 111011 | 101110 |
Color Harmonies of #BD4130
Complementary color
Monochromatic Colors of #BD4130
Black with #BD4130
Text Example
Text Example
White with #BD4130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4130; }
p { color: rgb(189,65,48); }
H1.HeaderClassName
{
color: #BD4130;
}
.AnyTagClassName
{
color: #BD4130;
}
</style>
background-color css
<style>
a { background-color: #BD4130; }
a { background-color: rgb(189,65,48); }
div.DivClassName
{
background-color: #BD4130;
}
.BgClassName
{
background-color: #BD4130;
}
</style>
border-color css
<style>
span { border-color: #BD4130; }
span { border-color: rgb(189,65,48); }
td.TdClassName
{
border-color: #BD4130;
}
.TagClassName
{
border-color: #BD4130;
}
</style>