Shades of Fire Brick #BA1F11
Tints of Fire Brick #BA1F11
RGB
CMYK
RGB Variations
Color information
#BA1F11 (or 0xBA1F11) is known color: Fire Brick. HEX triplet: BA, 1F and 11. RGB value is (186,31,17). Sum of RGB (Red+Green+Blue) = 186+31+17=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F11 is #45E0EE. Grayscale: #4B4B4B. Windows color (decimal): -4579567 or 1122234. OLE color: 1122234.
HSL color Cylindrical-coordinate representation of color #BA1F11: hue angle of 4.97º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1F11 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 17 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.27 |
| HSL | 4.97º | 0.83% | 0.4% | - |
| HSV(B) | 4.97º | 0.91% | 0.73% | - |
| XYZ | 20.84 | 11.46 | 1.64 | - |
| YUV | 75.75 | 94.85 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 17 | 0 | 0.83 | 0.91 | 0.27 | 4.97 | 0.83 | 0.4 |
| Hex | BA | 1F | 11 | 0 | 53 | 5B | 1B | 5 | 53 | 28 |
| Octal | 272 | 37 | 21 | 0 | 123 | 133 | 33 | 5 | 123 | 50 |
| Binary | 10111010 | 11111 | 10001 | 0 | 1010011 | 1011011 | 11011 | 101 | 1010011 | 101000 |
Color Harmonies of #BA1F11
Complementary color
Monochromatic Colors of #BA1F11
Black with #BA1F11
Text Example
Text Example
White with #BA1F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F11; }
p { color: rgb(186,31,17); }
H1.HeaderClassName
{
color: #BA1F11;
}
.AnyTagClassName
{
color: #BA1F11;
}
</style>
background-color css
<style>
a { background-color: #BA1F11; }
a { background-color: rgb(186,31,17); }
div.DivClassName
{
background-color: #BA1F11;
}
.BgClassName
{
background-color: #BA1F11;
}
</style>
border-color css
<style>
span { border-color: #BA1F11; }
span { border-color: rgb(186,31,17); }
td.TdClassName
{
border-color: #BA1F11;
}
.TagClassName
{
border-color: #BA1F11;
}
</style>