Shades of Fire Brick #BA1F18
Tints of Fire Brick #BA1F18
RGB
CMYK
RGB Variations
Color information
#BA1F18 (or 0xBA1F18) is known color: Fire Brick. HEX triplet: BA, 1F and 18. RGB value is (186,31,24). Sum of RGB (Red+Green+Blue) = 186+31+24=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F18 is #45E0E7. Grayscale: #4C4C4C. Windows color (decimal): -4579560 or 1580986. OLE color: 1580986.
HSL color Cylindrical-coordinate representation of color #BA1F18: hue angle of 2.59º degrees, saturation: 0.77, 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 #BA1F18 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 24 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.27 |
| HSL | 2.59º | 0.77% | 0.41% | - |
| HSV(B) | 2.59º | 0.87% | 0.73% | - |
| XYZ | 20.9 | 11.49 | 1.98 | - |
| YUV | 76.55 | 98.35 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 24 | 0 | 0.83 | 0.87 | 0.27 | 2.59 | 0.77 | 0.41 |
| Hex | BA | 1F | 18 | 0 | 53 | 57 | 1B | 3 | 4D | 29 |
| Octal | 272 | 37 | 30 | 0 | 123 | 127 | 33 | 3 | 115 | 51 |
| Binary | 10111010 | 11111 | 11000 | 0 | 1010011 | 1010111 | 11011 | 11 | 1001101 | 101001 |
Color Harmonies of #BA1F18
Complementary color
Monochromatic Colors of #BA1F18
Black with #BA1F18
Text Example
Text Example
White with #BA1F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F18; }
p { color: rgb(186,31,24); }
H1.HeaderClassName
{
color: #BA1F18;
}
.AnyTagClassName
{
color: #BA1F18;
}
</style>
background-color css
<style>
a { background-color: #BA1F18; }
a { background-color: rgb(186,31,24); }
div.DivClassName
{
background-color: #BA1F18;
}
.BgClassName
{
background-color: #BA1F18;
}
</style>
border-color css
<style>
span { border-color: #BA1F18; }
span { border-color: rgb(186,31,24); }
td.TdClassName
{
border-color: #BA1F18;
}
.TagClassName
{
border-color: #BA1F18;
}
</style>