Shades of Fire Brick #BA2521
Tints of Fire Brick #BA2521
RGB
CMYK
RGB Variations
Color information
#BA2521 (or 0xBA2521) is known color: Fire Brick. HEX triplet: BA, 25 and 21. RGB value is (186,37,33). Sum of RGB (Red+Green+Blue) = 186+37+33=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2521 is #45DADE. Grayscale: #515151. Windows color (decimal): -4578015 or 2172346. OLE color: 2172346.
HSL color Cylindrical-coordinate representation of color #BA2521: hue angle of 1.57º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2521 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 33 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.27 |
| HSL | 1.57º | 0.7% | 0.43% | - |
| HSV(B) | 1.57º | 0.82% | 0.73% | - |
| XYZ | 21.19 | 11.87 | 2.61 | - |
| YUV | 81.1 | 100.86 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 33 | 0 | 0.80 | 0.82 | 0.27 | 1.57 | 0.7 | 0.43 |
| Hex | BA | 25 | 21 | 0 | 50 | 52 | 1B | 2 | 46 | 2B |
| Octal | 272 | 45 | 41 | 0 | 120 | 122 | 33 | 2 | 106 | 53 |
| Binary | 10111010 | 100101 | 100001 | 0 | 1010000 | 1010010 | 11011 | 10 | 1000110 | 101011 |
Color Harmonies of #BA2521
Complementary color
Monochromatic Colors of #BA2521
Black with #BA2521
Text Example
Text Example
White with #BA2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2521; }
p { color: rgb(186,37,33); }
H1.HeaderClassName
{
color: #BA2521;
}
.AnyTagClassName
{
color: #BA2521;
}
</style>
background-color css
<style>
a { background-color: #BA2521; }
a { background-color: rgb(186,37,33); }
div.DivClassName
{
background-color: #BA2521;
}
.BgClassName
{
background-color: #BA2521;
}
</style>
border-color css
<style>
span { border-color: #BA2521; }
span { border-color: rgb(186,37,33); }
td.TdClassName
{
border-color: #BA2521;
}
.TagClassName
{
border-color: #BA2521;
}
</style>