Shades of Fire Brick #BA2614
Tints of Fire Brick #BA2614
RGB
CMYK
RGB Variations
Color information
#BA2614 (or 0xBA2614) is known color: Fire Brick. HEX triplet: BA, 26 and 14. RGB value is (186,38,20). Sum of RGB (Red+Green+Blue) = 186+38+20=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2614 is #45D9EB. Grayscale: #505050. Windows color (decimal): -4577772 or 1320634. OLE color: 1320634.
HSL color Cylindrical-coordinate representation of color #BA2614: hue angle of 6.51º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA2614 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 20 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.27 |
| HSL | 6.51º | 0.81% | 0.4% | - |
| HSV(B) | 6.51º | 0.89% | 0.73% | - |
| XYZ | 21.07 | 11.88 | 1.84 | - |
| YUV | 80.2 | 94.03 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 20 | 0 | 0.80 | 0.89 | 0.27 | 6.51 | 0.81 | 0.4 |
| Hex | BA | 26 | 14 | 0 | 50 | 59 | 1B | 7 | 51 | 28 |
| Octal | 272 | 46 | 24 | 0 | 120 | 131 | 33 | 7 | 121 | 50 |
| Binary | 10111010 | 100110 | 10100 | 0 | 1010000 | 1011001 | 11011 | 111 | 1010001 | 101000 |
Color Harmonies of #BA2614
Complementary color
Monochromatic Colors of #BA2614
Black with #BA2614
Text Example
Text Example
White with #BA2614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2614; }
p { color: rgb(186,38,20); }
H1.HeaderClassName
{
color: #BA2614;
}
.AnyTagClassName
{
color: #BA2614;
}
</style>
background-color css
<style>
a { background-color: #BA2614; }
a { background-color: rgb(186,38,20); }
div.DivClassName
{
background-color: #BA2614;
}
.BgClassName
{
background-color: #BA2614;
}
</style>
border-color css
<style>
span { border-color: #BA2614; }
span { border-color: rgb(186,38,20); }
td.TdClassName
{
border-color: #BA2614;
}
.TagClassName
{
border-color: #BA2614;
}
</style>