Shades of Fire Brick #BA3125
Tints of Fire Brick #BA3125
RGB
CMYK
RGB Variations
Color information
#BA3125 (or 0xBA3125) is known color: Fire Brick. HEX triplet: BA, 31 and 25. RGB value is (186,49,37). Sum of RGB (Red+Green+Blue) = 186+49+37=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3125 is #45CEDA. Grayscale: #585858. Windows color (decimal): -4574939 or 2437562. OLE color: 2437562.
HSL color Cylindrical-coordinate representation of color #BA3125: hue angle of 4.83º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA3125 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 37 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.27 |
| HSL | 4.83º | 0.67% | 0.44% | - |
| HSV(B) | 4.83º | 0.8% | 0.73% | - |
| XYZ | 21.68 | 12.77 | 3.07 | - |
| YUV | 88.6 | 98.89 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 37 | 0 | 0.74 | 0.80 | 0.27 | 4.83 | 0.67 | 0.44 |
| Hex | BA | 31 | 25 | 0 | 4A | 50 | 1B | 5 | 43 | 2C |
| Octal | 272 | 61 | 45 | 0 | 112 | 120 | 33 | 5 | 103 | 54 |
| Binary | 10111010 | 110001 | 100101 | 0 | 1001010 | 1010000 | 11011 | 101 | 1000011 | 101100 |
Color Harmonies of #BA3125
Complementary color
Monochromatic Colors of #BA3125
Black with #BA3125
Text Example
Text Example
White with #BA3125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3125; }
p { color: rgb(186,49,37); }
H1.HeaderClassName
{
color: #BA3125;
}
.AnyTagClassName
{
color: #BA3125;
}
</style>
background-color css
<style>
a { background-color: #BA3125; }
a { background-color: rgb(186,49,37); }
div.DivClassName
{
background-color: #BA3125;
}
.BgClassName
{
background-color: #BA3125;
}
</style>
border-color css
<style>
span { border-color: #BA3125; }
span { border-color: rgb(186,49,37); }
td.TdClassName
{
border-color: #BA3125;
}
.TagClassName
{
border-color: #BA3125;
}
</style>