Shades of Fire Brick #BA2720
Tints of Fire Brick #BA2720
RGB
CMYK
RGB Variations
Color information
#BA2720 (or 0xBA2720) is known color: Fire Brick. HEX triplet: BA, 27 and 20. RGB value is (186,39,32). Sum of RGB (Red+Green+Blue) = 186+39+32=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2720 is #45D8DF. Grayscale: #525252. Windows color (decimal): -4577504 or 2107322. OLE color: 2107322.
HSL color Cylindrical-coordinate representation of color #BA2720: hue angle of 2.73º 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 #BA2720 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 32 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.27 |
| HSL | 2.73º | 0.71% | 0.43% | - |
| HSV(B) | 2.73º | 0.83% | 0.73% | - |
| XYZ | 21.24 | 11.99 | 2.56 | - |
| YUV | 82.16 | 99.7 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 32 | 0 | 0.79 | 0.83 | 0.27 | 2.73 | 0.71 | 0.43 |
| Hex | BA | 27 | 20 | 0 | 4F | 53 | 1B | 3 | 47 | 2B |
| Octal | 272 | 47 | 40 | 0 | 117 | 123 | 33 | 3 | 107 | 53 |
| Binary | 10111010 | 100111 | 100000 | 0 | 1001111 | 1010011 | 11011 | 11 | 1000111 | 101011 |
Color Harmonies of #BA2720
Complementary color
Monochromatic Colors of #BA2720
Black with #BA2720
Text Example
Text Example
White with #BA2720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2720; }
p { color: rgb(186,39,32); }
H1.HeaderClassName
{
color: #BA2720;
}
.AnyTagClassName
{
color: #BA2720;
}
</style>
background-color css
<style>
a { background-color: #BA2720; }
a { background-color: rgb(186,39,32); }
div.DivClassName
{
background-color: #BA2720;
}
.BgClassName
{
background-color: #BA2720;
}
</style>
border-color css
<style>
span { border-color: #BA2720; }
span { border-color: rgb(186,39,32); }
td.TdClassName
{
border-color: #BA2720;
}
.TagClassName
{
border-color: #BA2720;
}
</style>