Shades of Fire Brick #BA2115
Tints of Fire Brick #BA2115
RGB
CMYK
RGB Variations
Color information
#BA2115 (or 0xBA2115) is known color: Fire Brick. HEX triplet: BA, 21 and 15. RGB value is (186,33,21). Sum of RGB (Red+Green+Blue) = 186+33+21=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2115 is #45DEEA. Grayscale: #4D4D4D. Windows color (decimal): -4579051 or 1384890. OLE color: 1384890.
HSL color Cylindrical-coordinate representation of color #BA2115: hue angle of 4.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA2115 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 21 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.27 |
| HSL | 4.36º | 0.8% | 0.41% | - |
| HSV(B) | 4.36º | 0.89% | 0.73% | - |
| XYZ | 20.93 | 11.58 | 1.84 | - |
| YUV | 77.38 | 96.19 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 21 | 0 | 0.82 | 0.89 | 0.27 | 4.36 | 0.8 | 0.41 |
| Hex | BA | 21 | 15 | 0 | 52 | 59 | 1B | 4 | 50 | 29 |
| Octal | 272 | 41 | 25 | 0 | 122 | 131 | 33 | 4 | 120 | 51 |
| Binary | 10111010 | 100001 | 10101 | 0 | 1010010 | 1011001 | 11011 | 100 | 1010000 | 101001 |
Color Harmonies of #BA2115
Complementary color
Monochromatic Colors of #BA2115
Black with #BA2115
Text Example
Text Example
White with #BA2115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2115; }
p { color: rgb(186,33,21); }
H1.HeaderClassName
{
color: #BA2115;
}
.AnyTagClassName
{
color: #BA2115;
}
</style>
background-color css
<style>
a { background-color: #BA2115; }
a { background-color: rgb(186,33,21); }
div.DivClassName
{
background-color: #BA2115;
}
.BgClassName
{
background-color: #BA2115;
}
</style>
border-color css
<style>
span { border-color: #BA2115; }
span { border-color: rgb(186,33,21); }
td.TdClassName
{
border-color: #BA2115;
}
.TagClassName
{
border-color: #BA2115;
}
</style>