Shades of Fire Brick #BA2713
Tints of Fire Brick #BA2713
RGB
CMYK
RGB Variations
Color information
#BA2713 (or 0xBA2713) is known color: Fire Brick. HEX triplet: BA, 27 and 13. RGB value is (186,39,19). Sum of RGB (Red+Green+Blue) = 186+39+19=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2713 is #45D8EC. Grayscale: #505050. Windows color (decimal): -4577517 or 1255354. OLE color: 1255354.
HSL color Cylindrical-coordinate representation of color #BA2713: hue angle of 7.19º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA2713 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 19 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.27 |
| HSL | 7.19º | 0.81% | 0.4% | - |
| HSV(B) | 7.19º | 0.9% | 0.73% | - |
| XYZ | 21.09 | 11.94 | 1.81 | - |
| YUV | 80.67 | 93.2 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 19 | 0 | 0.79 | 0.90 | 0.27 | 7.19 | 0.81 | 0.4 |
| Hex | BA | 27 | 13 | 0 | 4F | 5A | 1B | 7 | 51 | 28 |
| Octal | 272 | 47 | 23 | 0 | 117 | 132 | 33 | 7 | 121 | 50 |
| Binary | 10111010 | 100111 | 10011 | 0 | 1001111 | 1011010 | 11011 | 111 | 1010001 | 101000 |
Color Harmonies of #BA2713
Complementary color
Monochromatic Colors of #BA2713
Black with #BA2713
Text Example
Text Example
White with #BA2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2713; }
p { color: rgb(186,39,19); }
H1.HeaderClassName
{
color: #BA2713;
}
.AnyTagClassName
{
color: #BA2713;
}
</style>
background-color css
<style>
a { background-color: #BA2713; }
a { background-color: rgb(186,39,19); }
div.DivClassName
{
background-color: #BA2713;
}
.BgClassName
{
background-color: #BA2713;
}
</style>
border-color css
<style>
span { border-color: #BA2713; }
span { border-color: rgb(186,39,19); }
td.TdClassName
{
border-color: #BA2713;
}
.TagClassName
{
border-color: #BA2713;
}
</style>