Shades of Grenadier #BA4431
Tints of Grenadier #BA4431
RGB
CMYK
RGB Variations
Color information
#BA4431 (or 0xBA4431) is known color: Grenadier. HEX triplet: BA, 44 and 31. RGB value is (186,68,49). Sum of RGB (Red+Green+Blue) = 186+68+49=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4431 is #45BBCE. Grayscale: #656565. Windows color (decimal): -4570063 or 3228858. OLE color: 3228858.
HSL color Cylindrical-coordinate representation of color #BA4431: hue angle of 8.32º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA4431 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 49 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.27 |
| HSL | 8.32º | 0.58% | 0.46% | - |
| HSV(B) | 8.32º | 0.74% | 0.73% | - |
| XYZ | 22.87 | 14.8 | 4.56 | - |
| YUV | 101.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 49 | 0 | 0.63 | 0.74 | 0.27 | 8.32 | 0.58 | 0.46 |
| Hex | BA | 44 | 31 | 0 | 3F | 4A | 1B | 8 | 3A | 2E |
| Octal | 272 | 104 | 61 | 0 | 77 | 112 | 33 | 10 | 72 | 56 |
| Binary | 10111010 | 1000100 | 110001 | 0 | 111111 | 1001010 | 11011 | 1000 | 111010 | 101110 |
Color Harmonies of #BA4431
Complementary color
Monochromatic Colors of #BA4431
Black with #BA4431
Text Example
Text Example
White with #BA4431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4431; }
p { color: rgb(186,68,49); }
H1.HeaderClassName
{
color: #BA4431;
}
.AnyTagClassName
{
color: #BA4431;
}
</style>
background-color css
<style>
a { background-color: #BA4431; }
a { background-color: rgb(186,68,49); }
div.DivClassName
{
background-color: #BA4431;
}
.BgClassName
{
background-color: #BA4431;
}
</style>
border-color css
<style>
span { border-color: #BA4431; }
span { border-color: rgb(186,68,49); }
td.TdClassName
{
border-color: #BA4431;
}
.TagClassName
{
border-color: #BA4431;
}
</style>