Shades of Fire Brick #BA1D15
Tints of Fire Brick #BA1D15
RGB
CMYK
RGB Variations
Color information
#BA1D15 (or 0xBA1D15) is known color: Fire Brick. HEX triplet: BA, 1D and 15. RGB value is (186,29,21). Sum of RGB (Red+Green+Blue) = 186+29+21=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D15 is #45E2EA. Grayscale: #4B4B4B. Windows color (decimal): -4580075 or 1383866. OLE color: 1383866.
HSL color Cylindrical-coordinate representation of color #BA1D15: hue angle of 2.91º 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 #BA1D15 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 21 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.27 |
| HSL | 2.91º | 0.8% | 0.41% | - |
| HSV(B) | 2.91º | 0.89% | 0.73% | - |
| XYZ | 20.82 | 11.37 | 1.81 | - |
| YUV | 75.03 | 97.51 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 21 | 0 | 0.84 | 0.89 | 0.27 | 2.91 | 0.8 | 0.41 |
| Hex | BA | 1D | 15 | 0 | 54 | 59 | 1B | 3 | 50 | 29 |
| Octal | 272 | 35 | 25 | 0 | 124 | 131 | 33 | 3 | 120 | 51 |
| Binary | 10111010 | 11101 | 10101 | 0 | 1010100 | 1011001 | 11011 | 11 | 1010000 | 101001 |
Color Harmonies of #BA1D15
Complementary color
Monochromatic Colors of #BA1D15
Black with #BA1D15
Text Example
Text Example
White with #BA1D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D15; }
p { color: rgb(186,29,21); }
H1.HeaderClassName
{
color: #BA1D15;
}
.AnyTagClassName
{
color: #BA1D15;
}
</style>
background-color css
<style>
a { background-color: #BA1D15; }
a { background-color: rgb(186,29,21); }
div.DivClassName
{
background-color: #BA1D15;
}
.BgClassName
{
background-color: #BA1D15;
}
</style>
border-color css
<style>
span { border-color: #BA1D15; }
span { border-color: rgb(186,29,21); }
td.TdClassName
{
border-color: #BA1D15;
}
.TagClassName
{
border-color: #BA1D15;
}
</style>