Shades of Fire Brick #BA1D0E
Tints of Fire Brick #BA1D0E
RGB
CMYK
RGB Variations
Color information
#BA1D0E (or 0xBA1D0E) is known color: Fire Brick. HEX triplet: BA, 1D and 0E. RGB value is (186,29,14). Sum of RGB (Red+Green+Blue) = 186+29+14=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D0E is #45E2F1. Grayscale: #4A4A4A. Windows color (decimal): -4580082 or 925114. OLE color: 925114.
HSL color Cylindrical-coordinate representation of color #BA1D0E: hue angle of 5.23º 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 #BA1D0E is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 14 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.27 |
| HSL | 5.23º | 0.86% | 0.39% | - |
| HSV(B) | 5.23º | 0.92% | 0.73% | - |
| XYZ | 20.77 | 11.35 | 1.51 | - |
| YUV | 74.23 | 94.01 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 14 | 0 | 0.84 | 0.92 | 0.27 | 5.23 | 0.86 | 0.39 |
| Hex | BA | 1D | E | 0 | 54 | 5C | 1B | 5 | 56 | 27 |
| Octal | 272 | 35 | 16 | 0 | 124 | 134 | 33 | 5 | 126 | 47 |
| Binary | 10111010 | 11101 | 1110 | 0 | 1010100 | 1011100 | 11011 | 101 | 1010110 | 100111 |
Color Harmonies of #BA1D0E
Complementary color
Monochromatic Colors of #BA1D0E
Black with #BA1D0E
Text Example
Text Example
White with #BA1D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D0E; }
p { color: rgb(186,29,14); }
H1.HeaderClassName
{
color: #BA1D0E;
}
.AnyTagClassName
{
color: #BA1D0E;
}
</style>
background-color css
<style>
a { background-color: #BA1D0E; }
a { background-color: rgb(186,29,14); }
div.DivClassName
{
background-color: #BA1D0E;
}
.BgClassName
{
background-color: #BA1D0E;
}
</style>
border-color css
<style>
span { border-color: #BA1D0E; }
span { border-color: rgb(186,29,14); }
td.TdClassName
{
border-color: #BA1D0E;
}
.TagClassName
{
border-color: #BA1D0E;
}
</style>