Shades of Fire Brick #BA301E
Tints of Fire Brick #BA301E
RGB
CMYK
RGB Variations
Color information
#BA301E (or 0xBA301E) is known color: Fire Brick. HEX triplet: BA, 30 and 1E. RGB value is (186,48,30). Sum of RGB (Red+Green+Blue) = 186+48+30=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA301E is #45CFE1. Grayscale: #575757. Windows color (decimal): -4575202 or 1978554. OLE color: 1978554.
HSL color Cylindrical-coordinate representation of color #BA301E: hue angle of 6.92º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA301E is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 30 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.27 |
| HSL | 6.92º | 0.72% | 0.42% | - |
| HSV(B) | 6.92º | 0.84% | 0.73% | - |
| XYZ | 21.54 | 12.65 | 2.53 | - |
| YUV | 87.21 | 95.72 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 30 | 0 | 0.74 | 0.84 | 0.27 | 6.92 | 0.72 | 0.42 |
| Hex | BA | 30 | 1E | 0 | 4A | 54 | 1B | 7 | 48 | 2A |
| Octal | 272 | 60 | 36 | 0 | 112 | 124 | 33 | 7 | 110 | 52 |
| Binary | 10111010 | 110000 | 11110 | 0 | 1001010 | 1010100 | 11011 | 111 | 1001000 | 101010 |
Color Harmonies of #BA301E
Complementary color
Monochromatic Colors of #BA301E
Black with #BA301E
Text Example
Text Example
White with #BA301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA301E; }
p { color: rgb(186,48,30); }
H1.HeaderClassName
{
color: #BA301E;
}
.AnyTagClassName
{
color: #BA301E;
}
</style>
background-color css
<style>
a { background-color: #BA301E; }
a { background-color: rgb(186,48,30); }
div.DivClassName
{
background-color: #BA301E;
}
.BgClassName
{
background-color: #BA301E;
}
</style>
border-color css
<style>
span { border-color: #BA301E; }
span { border-color: rgb(186,48,30); }
td.TdClassName
{
border-color: #BA301E;
}
.TagClassName
{
border-color: #BA301E;
}
</style>