Shades of Fire Brick #BA210E
Tints of Fire Brick #BA210E
RGB
CMYK
RGB Variations
Color information
#BA210E (or 0xBA210E) is known color: Fire Brick. HEX triplet: BA, 21 and 0E. RGB value is (186,33,14). Sum of RGB (Red+Green+Blue) = 186+33+14=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA210E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA210E is #45DEF1. Grayscale: #4C4C4C. Windows color (decimal): -4579058 or 926138. OLE color: 926138.
HSL color Cylindrical-coordinate representation of color #BA210E: hue angle of 6.63º 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 #BA210E is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 14 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.27 |
| HSL | 6.63º | 0.86% | 0.39% | - |
| HSV(B) | 6.63º | 0.92% | 0.73% | - |
| XYZ | 20.87 | 11.56 | 1.55 | - |
| YUV | 76.58 | 92.69 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 14 | 0 | 0.82 | 0.92 | 0.27 | 6.63 | 0.86 | 0.39 |
| Hex | BA | 21 | E | 0 | 52 | 5C | 1B | 7 | 56 | 27 |
| Octal | 272 | 41 | 16 | 0 | 122 | 134 | 33 | 7 | 126 | 47 |
| Binary | 10111010 | 100001 | 1110 | 0 | 1010010 | 1011100 | 11011 | 111 | 1010110 | 100111 |
Color Harmonies of #BA210E
Complementary color
Monochromatic Colors of #BA210E
Black with #BA210E
Text Example
Text Example
White with #BA210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA210E; }
p { color: rgb(186,33,14); }
H1.HeaderClassName
{
color: #BA210E;
}
.AnyTagClassName
{
color: #BA210E;
}
</style>
background-color css
<style>
a { background-color: #BA210E; }
a { background-color: rgb(186,33,14); }
div.DivClassName
{
background-color: #BA210E;
}
.BgClassName
{
background-color: #BA210E;
}
</style>
border-color css
<style>
span { border-color: #BA210E; }
span { border-color: rgb(186,33,14); }
td.TdClassName
{
border-color: #BA210E;
}
.TagClassName
{
border-color: #BA210E;
}
</style>