Shades of Fire Brick #BA311F
Tints of Fire Brick #BA311F
RGB
CMYK
RGB Variations
Color information
#BA311F (or 0xBA311F) is known color: Fire Brick. HEX triplet: BA, 31 and 1F. RGB value is (186,49,31). Sum of RGB (Red+Green+Blue) = 186+49+31=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA311F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA311F is #45CEE0. Grayscale: #585858. Windows color (decimal): -4574945 or 2044346. OLE color: 2044346.
HSL color Cylindrical-coordinate representation of color #BA311F: hue angle of 6.97º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA311F is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 31 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.27 |
| HSL | 6.97º | 0.71% | 0.43% | - |
| HSV(B) | 6.97º | 0.83% | 0.73% | - |
| XYZ | 21.6 | 12.73 | 2.62 | - |
| YUV | 87.91 | 95.89 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 31 | 0 | 0.74 | 0.83 | 0.27 | 6.97 | 0.71 | 0.43 |
| Hex | BA | 31 | 1F | 0 | 4A | 53 | 1B | 7 | 47 | 2B |
| Octal | 272 | 61 | 37 | 0 | 112 | 123 | 33 | 7 | 107 | 53 |
| Binary | 10111010 | 110001 | 11111 | 0 | 1001010 | 1010011 | 11011 | 111 | 1000111 | 101011 |
Color Harmonies of #BA311F
Complementary color
Monochromatic Colors of #BA311F
Black with #BA311F
Text Example
Text Example
White with #BA311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA311F; }
p { color: rgb(186,49,31); }
H1.HeaderClassName
{
color: #BA311F;
}
.AnyTagClassName
{
color: #BA311F;
}
</style>
background-color css
<style>
a { background-color: #BA311F; }
a { background-color: rgb(186,49,31); }
div.DivClassName
{
background-color: #BA311F;
}
.BgClassName
{
background-color: #BA311F;
}
</style>
border-color css
<style>
span { border-color: #BA311F; }
span { border-color: rgb(186,49,31); }
td.TdClassName
{
border-color: #BA311F;
}
.TagClassName
{
border-color: #BA311F;
}
</style>