Shades of Fire Brick #BA150E
Tints of Fire Brick #BA150E
RGB
CMYK
RGB Variations
Color information
#BA150E (or 0xBA150E) is known color: Fire Brick. HEX triplet: BA, 15 and 0E. RGB value is (186,21,14). Sum of RGB (Red+Green+Blue) = 186+21+14=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA150E is #45EAF1. Grayscale: #454545. Windows color (decimal): -4582130 or 923066. OLE color: 923066.
HSL color Cylindrical-coordinate representation of color #BA150E: hue angle of 2.44º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA150E is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 14 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.27 |
| HSL | 2.44º | 0.86% | 0.39% | - |
| HSV(B) | 2.44º | 0.92% | 0.73% | - |
| XYZ | 20.6 | 11.01 | 1.45 | - |
| YUV | 69.54 | 96.66 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 14 | 0 | 0.89 | 0.92 | 0.27 | 2.44 | 0.86 | 0.39 |
| Hex | BA | 15 | E | 0 | 59 | 5C | 1B | 2 | 56 | 27 |
| Octal | 272 | 25 | 16 | 0 | 131 | 134 | 33 | 2 | 126 | 47 |
| Binary | 10111010 | 10101 | 1110 | 0 | 1011001 | 1011100 | 11011 | 10 | 1010110 | 100111 |
Color Harmonies of #BA150E
Complementary color
Monochromatic Colors of #BA150E
Black with #BA150E
Text Example
Text Example
White with #BA150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA150E; }
p { color: rgb(186,21,14); }
H1.HeaderClassName
{
color: #BA150E;
}
.AnyTagClassName
{
color: #BA150E;
}
</style>
background-color css
<style>
a { background-color: #BA150E; }
a { background-color: rgb(186,21,14); }
div.DivClassName
{
background-color: #BA150E;
}
.BgClassName
{
background-color: #BA150E;
}
</style>
border-color css
<style>
span { border-color: #BA150E; }
span { border-color: rgb(186,21,14); }
td.TdClassName
{
border-color: #BA150E;
}
.TagClassName
{
border-color: #BA150E;
}
</style>