Shades of Fire Brick #BA2820
Tints of Fire Brick #BA2820
RGB
CMYK
RGB Variations
Color information
#BA2820 (or 0xBA2820) is known color: Fire Brick. HEX triplet: BA, 28 and 20. RGB value is (186,40,32). Sum of RGB (Red+Green+Blue) = 186+40+32=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2820 is #45D7DF. Grayscale: #525252. Windows color (decimal): -4577248 or 2107578. OLE color: 2107578.
HSL color Cylindrical-coordinate representation of color #BA2820: hue angle of 3.12º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2820 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 32 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.27 |
| HSL | 3.12º | 0.71% | 0.43% | - |
| HSV(B) | 3.12º | 0.83% | 0.73% | - |
| XYZ | 21.27 | 12.06 | 2.57 | - |
| YUV | 82.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 32 | 0 | 0.78 | 0.83 | 0.27 | 3.12 | 0.71 | 0.43 |
| Hex | BA | 28 | 20 | 0 | 4E | 53 | 1B | 3 | 47 | 2B |
| Octal | 272 | 50 | 40 | 0 | 116 | 123 | 33 | 3 | 107 | 53 |
| Binary | 10111010 | 101000 | 100000 | 0 | 1001110 | 1010011 | 11011 | 11 | 1000111 | 101011 |
Color Harmonies of #BA2820
Complementary color
Monochromatic Colors of #BA2820
Black with #BA2820
Text Example
Text Example
White with #BA2820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2820; }
p { color: rgb(186,40,32); }
H1.HeaderClassName
{
color: #BA2820;
}
.AnyTagClassName
{
color: #BA2820;
}
</style>
background-color css
<style>
a { background-color: #BA2820; }
a { background-color: rgb(186,40,32); }
div.DivClassName
{
background-color: #BA2820;
}
.BgClassName
{
background-color: #BA2820;
}
</style>
border-color css
<style>
span { border-color: #BA2820; }
span { border-color: rgb(186,40,32); }
td.TdClassName
{
border-color: #BA2820;
}
.TagClassName
{
border-color: #BA2820;
}
</style>