Shades of Fire Brick #BA3225
Tints of Fire Brick #BA3225
RGB
CMYK
RGB Variations
Color information
#BA3225 (or 0xBA3225) is known color: Fire Brick. HEX triplet: BA, 32 and 25. RGB value is (186,50,37). Sum of RGB (Red+Green+Blue) = 186+50+37=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3225 is #45CDDA. Grayscale: #595959. Windows color (decimal): -4574683 or 2437818. OLE color: 2437818.
HSL color Cylindrical-coordinate representation of color #BA3225: hue angle of 5.23º 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 #BA3225 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 37 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.27 |
| HSL | 5.23º | 0.67% | 0.44% | - |
| HSV(B) | 5.23º | 0.8% | 0.73% | - |
| XYZ | 21.72 | 12.85 | 3.09 | - |
| YUV | 89.18 | 98.56 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 37 | 0 | 0.73 | 0.80 | 0.27 | 5.23 | 0.67 | 0.44 |
| Hex | BA | 32 | 25 | 0 | 49 | 50 | 1B | 5 | 43 | 2C |
| Octal | 272 | 62 | 45 | 0 | 111 | 120 | 33 | 5 | 103 | 54 |
| Binary | 10111010 | 110010 | 100101 | 0 | 1001001 | 1010000 | 11011 | 101 | 1000011 | 101100 |
Color Harmonies of #BA3225
Complementary color
Monochromatic Colors of #BA3225
Black with #BA3225
Text Example
Text Example
White with #BA3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3225; }
p { color: rgb(186,50,37); }
H1.HeaderClassName
{
color: #BA3225;
}
.AnyTagClassName
{
color: #BA3225;
}
</style>
background-color css
<style>
a { background-color: #BA3225; }
a { background-color: rgb(186,50,37); }
div.DivClassName
{
background-color: #BA3225;
}
.BgClassName
{
background-color: #BA3225;
}
</style>
border-color css
<style>
span { border-color: #BA3225; }
span { border-color: rgb(186,50,37); }
td.TdClassName
{
border-color: #BA3225;
}
.TagClassName
{
border-color: #BA3225;
}
</style>