Shades of Fire Brick #BA2924
Tints of Fire Brick #BA2924
RGB
CMYK
RGB Variations
Color information
#BA2924 (or 0xBA2924) is known color: Fire Brick. HEX triplet: BA, 29 and 24. RGB value is (186,41,36). Sum of RGB (Red+Green+Blue) = 186+41+36=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2924 is #45D6DB. Grayscale: #535353. Windows color (decimal): -4576988 or 2369978. OLE color: 2369978.
HSL color Cylindrical-coordinate representation of color #BA2924: hue angle of 2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2924 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 36 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.27 |
| HSL | 2º | 0.68% | 0.44% | - |
| HSV(B) | 2º | 0.81% | 0.73% | - |
| XYZ | 21.36 | 12.15 | 2.89 | - |
| YUV | 83.79 | 101.04 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 36 | 0 | 0.78 | 0.81 | 0.27 | 2 | 0.68 | 0.44 |
| Hex | BA | 29 | 24 | 0 | 4E | 51 | 1B | 2 | 44 | 2C |
| Octal | 272 | 51 | 44 | 0 | 116 | 121 | 33 | 2 | 104 | 54 |
| Binary | 10111010 | 101001 | 100100 | 0 | 1001110 | 1010001 | 11011 | 10 | 1000100 | 101100 |
Color Harmonies of #BA2924
Complementary color
Monochromatic Colors of #BA2924
Black with #BA2924
Text Example
Text Example
White with #BA2924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2924; }
p { color: rgb(186,41,36); }
H1.HeaderClassName
{
color: #BA2924;
}
.AnyTagClassName
{
color: #BA2924;
}
</style>
background-color css
<style>
a { background-color: #BA2924; }
a { background-color: rgb(186,41,36); }
div.DivClassName
{
background-color: #BA2924;
}
.BgClassName
{
background-color: #BA2924;
}
</style>
border-color css
<style>
span { border-color: #BA2924; }
span { border-color: rgb(186,41,36); }
td.TdClassName
{
border-color: #BA2924;
}
.TagClassName
{
border-color: #BA2924;
}
</style>