Shades of Fire Brick #BA220E
Tints of Fire Brick #BA220E
RGB
CMYK
RGB Variations
Color information
#BA220E (or 0xBA220E) is known color: Fire Brick. HEX triplet: BA, 22 and 0E. RGB value is (186,34,14). Sum of RGB (Red+Green+Blue) = 186+34+14=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA220E is #45DDF1. Grayscale: #4D4D4D. Windows color (decimal): -4578802 or 926394. OLE color: 926394.
HSL color Cylindrical-coordinate representation of color #BA220E: hue angle of 6.98º 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 #BA220E is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 14 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.27 |
| HSL | 6.98º | 0.86% | 0.39% | - |
| HSV(B) | 6.98º | 0.92% | 0.73% | - |
| XYZ | 20.9 | 11.61 | 1.56 | - |
| YUV | 77.17 | 92.36 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 14 | 0 | 0.82 | 0.92 | 0.27 | 6.98 | 0.86 | 0.39 |
| Hex | BA | 22 | E | 0 | 52 | 5C | 1B | 7 | 56 | 27 |
| Octal | 272 | 42 | 16 | 0 | 122 | 134 | 33 | 7 | 126 | 47 |
| Binary | 10111010 | 100010 | 1110 | 0 | 1010010 | 1011100 | 11011 | 111 | 1010110 | 100111 |
Color Harmonies of #BA220E
Complementary color
Monochromatic Colors of #BA220E
Black with #BA220E
Text Example
Text Example
White with #BA220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA220E; }
p { color: rgb(186,34,14); }
H1.HeaderClassName
{
color: #BA220E;
}
.AnyTagClassName
{
color: #BA220E;
}
</style>
background-color css
<style>
a { background-color: #BA220E; }
a { background-color: rgb(186,34,14); }
div.DivClassName
{
background-color: #BA220E;
}
.BgClassName
{
background-color: #BA220E;
}
</style>
border-color css
<style>
span { border-color: #BA220E; }
span { border-color: rgb(186,34,14); }
td.TdClassName
{
border-color: #BA220E;
}
.TagClassName
{
border-color: #BA220E;
}
</style>