Shades of Grenadier #BA432A
Tints of Grenadier #BA432A
RGB
CMYK
RGB Variations
Color information
#BA432A (or 0xBA432A) is known color: Grenadier. HEX triplet: BA, 43 and 2A. RGB value is (186,67,42). Sum of RGB (Red+Green+Blue) = 186+67+42=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA432A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA432A is #45BCD5. Grayscale: #636363. Windows color (decimal): -4570326 or 2769850. OLE color: 2769850.
HSL color Cylindrical-coordinate representation of color #BA432A: hue angle of 10.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA432A is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 42 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.27 |
| HSL | 10.42º | 0.63% | 0.45% | - |
| HSV(B) | 10.42º | 0.77% | 0.73% | - |
| XYZ | 22.67 | 14.62 | 3.82 | - |
| YUV | 99.73 | 95.42 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 42 | 0 | 0.64 | 0.77 | 0.27 | 10.42 | 0.63 | 0.45 |
| Hex | BA | 43 | 2A | 0 | 40 | 4D | 1B | A | 3F | 2D |
| Octal | 272 | 103 | 52 | 0 | 100 | 115 | 33 | 12 | 77 | 55 |
| Binary | 10111010 | 1000011 | 101010 | 0 | 1000000 | 1001101 | 11011 | 1010 | 111111 | 101101 |
Color Harmonies of #BA432A
Complementary color
Monochromatic Colors of #BA432A
Black with #BA432A
Text Example
Text Example
White with #BA432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA432A; }
p { color: rgb(186,67,42); }
H1.HeaderClassName
{
color: #BA432A;
}
.AnyTagClassName
{
color: #BA432A;
}
</style>
background-color css
<style>
a { background-color: #BA432A; }
a { background-color: rgb(186,67,42); }
div.DivClassName
{
background-color: #BA432A;
}
.BgClassName
{
background-color: #BA432A;
}
</style>
border-color css
<style>
span { border-color: #BA432A; }
span { border-color: rgb(186,67,42); }
td.TdClassName
{
border-color: #BA432A;
}
.TagClassName
{
border-color: #BA432A;
}
</style>