Shades of Fire Brick #BA1C19
Tints of Fire Brick #BA1C19
RGB
CMYK
RGB Variations
Color information
#BA1C19 (or 0xBA1C19) is known color: Fire Brick. HEX triplet: BA, 1C and 19. RGB value is (186,28,25). Sum of RGB (Red+Green+Blue) = 186+28+25=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1C19 is #45E3E6. Grayscale: #4B4B4B. Windows color (decimal): -4580327 or 1645754. OLE color: 1645754.
HSL color Cylindrical-coordinate representation of color #BA1C19: hue angle of 1.12º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1C19 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 25 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.27 |
| HSL | 1.12º | 0.76% | 0.41% | - |
| HSV(B) | 1.12º | 0.87% | 0.73% | - |
| XYZ | 20.84 | 11.34 | 2.01 | - |
| YUV | 74.9 | 99.85 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 25 | 0 | 0.85 | 0.87 | 0.27 | 1.12 | 0.76 | 0.41 |
| Hex | BA | 1C | 19 | 0 | 55 | 57 | 1B | 1 | 4C | 29 |
| Octal | 272 | 34 | 31 | 0 | 125 | 127 | 33 | 1 | 114 | 51 |
| Binary | 10111010 | 11100 | 11001 | 0 | 1010101 | 1010111 | 11011 | 1 | 1001100 | 101001 |
Color Harmonies of #BA1C19
Complementary color
Monochromatic Colors of #BA1C19
Black with #BA1C19
Text Example
Text Example
White with #BA1C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C19; }
p { color: rgb(186,28,25); }
H1.HeaderClassName
{
color: #BA1C19;
}
.AnyTagClassName
{
color: #BA1C19;
}
</style>
background-color css
<style>
a { background-color: #BA1C19; }
a { background-color: rgb(186,28,25); }
div.DivClassName
{
background-color: #BA1C19;
}
.BgClassName
{
background-color: #BA1C19;
}
</style>
border-color css
<style>
span { border-color: #BA1C19; }
span { border-color: rgb(186,28,25); }
td.TdClassName
{
border-color: #BA1C19;
}
.TagClassName
{
border-color: #BA1C19;
}
</style>