Shades of Fire Brick #BA3124
Tints of Fire Brick #BA3124
RGB
CMYK
RGB Variations
Color information
#BA3124 (or 0xBA3124) is known color: Fire Brick. HEX triplet: BA, 31 and 24. RGB value is (186,49,36). Sum of RGB (Red+Green+Blue) = 186+49+36=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3124 is #45CEDB. Grayscale: #585858. Windows color (decimal): -4574940 or 2372026. OLE color: 2372026.
HSL color Cylindrical-coordinate representation of color #BA3124: hue angle of 5.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 #BA3124 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 36 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.27 |
| HSL | 5.2º | 0.68% | 0.44% | - |
| HSV(B) | 5.2º | 0.81% | 0.73% | - |
| XYZ | 21.67 | 12.76 | 2.99 | - |
| YUV | 88.48 | 98.39 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 36 | 0 | 0.74 | 0.81 | 0.27 | 5.2 | 0.68 | 0.44 |
| Hex | BA | 31 | 24 | 0 | 4A | 51 | 1B | 5 | 44 | 2C |
| Octal | 272 | 61 | 44 | 0 | 112 | 121 | 33 | 5 | 104 | 54 |
| Binary | 10111010 | 110001 | 100100 | 0 | 1001010 | 1010001 | 11011 | 101 | 1000100 | 101100 |
Color Harmonies of #BA3124
Complementary color
Monochromatic Colors of #BA3124
Black with #BA3124
Text Example
Text Example
White with #BA3124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3124; }
p { color: rgb(186,49,36); }
H1.HeaderClassName
{
color: #BA3124;
}
.AnyTagClassName
{
color: #BA3124;
}
</style>
background-color css
<style>
a { background-color: #BA3124; }
a { background-color: rgb(186,49,36); }
div.DivClassName
{
background-color: #BA3124;
}
.BgClassName
{
background-color: #BA3124;
}
</style>
border-color css
<style>
span { border-color: #BA3124; }
span { border-color: rgb(186,49,36); }
td.TdClassName
{
border-color: #BA3124;
}
.TagClassName
{
border-color: #BA3124;
}
</style>