Shades of Grenadier #BA4534
Tints of Grenadier #BA4534
RGB
CMYK
RGB Variations
Color information
#BA4534 (or 0xBA4534) is known color: Grenadier. HEX triplet: BA, 45 and 34. RGB value is (186,69,52). Sum of RGB (Red+Green+Blue) = 186+69+52=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4534 is #45BACB. Grayscale: #666666. Windows color (decimal): -4569804 or 3425722. OLE color: 3425722.
HSL color Cylindrical-coordinate representation of color #BA4534: hue angle of 7.61º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA4534 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 52 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.27 |
| HSL | 7.61º | 0.56% | 0.47% | - |
| HSV(B) | 7.61º | 0.72% | 0.73% | - |
| XYZ | 23 | 14.94 | 4.92 | - |
| YUV | 102.05 | 99.76 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 52 | 0 | 0.63 | 0.72 | 0.27 | 7.61 | 0.56 | 0.47 |
| Hex | BA | 45 | 34 | 0 | 3F | 48 | 1B | 8 | 38 | 2F |
| Octal | 272 | 105 | 64 | 0 | 77 | 110 | 33 | 10 | 70 | 57 |
| Binary | 10111010 | 1000101 | 110100 | 0 | 111111 | 1001000 | 11011 | 1000 | 111000 | 101111 |
Color Harmonies of #BA4534
Complementary color
Monochromatic Colors of #BA4534
Black with #BA4534
Text Example
Text Example
White with #BA4534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4534; }
p { color: rgb(186,69,52); }
H1.HeaderClassName
{
color: #BA4534;
}
.AnyTagClassName
{
color: #BA4534;
}
</style>
background-color css
<style>
a { background-color: #BA4534; }
a { background-color: rgb(186,69,52); }
div.DivClassName
{
background-color: #BA4534;
}
.BgClassName
{
background-color: #BA4534;
}
</style>
border-color css
<style>
span { border-color: #BA4534; }
span { border-color: rgb(186,69,52); }
td.TdClassName
{
border-color: #BA4534;
}
.TagClassName
{
border-color: #BA4534;
}
</style>