Shades of Fire Brick #BA2517
Tints of Fire Brick #BA2517
RGB
CMYK
RGB Variations
Color information
#BA2517 (or 0xBA2517) is known color: Fire Brick. HEX triplet: BA, 25 and 17. RGB value is (186,37,23). Sum of RGB (Red+Green+Blue) = 186+37+23=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2517 is #45DAE8. Grayscale: #505050. Windows color (decimal): -4578025 or 1516986. OLE color: 1516986.
HSL color Cylindrical-coordinate representation of color #BA2517: hue angle of 5.15º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA2517 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 23 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.27 |
| HSL | 5.15º | 0.78% | 0.41% | - |
| HSV(B) | 5.15º | 0.88% | 0.73% | - |
| XYZ | 21.07 | 11.82 | 1.98 | - |
| YUV | 79.96 | 95.86 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 23 | 0 | 0.80 | 0.88 | 0.27 | 5.15 | 0.78 | 0.41 |
| Hex | BA | 25 | 17 | 0 | 50 | 58 | 1B | 5 | 4E | 29 |
| Octal | 272 | 45 | 27 | 0 | 120 | 130 | 33 | 5 | 116 | 51 |
| Binary | 10111010 | 100101 | 10111 | 0 | 1010000 | 1011000 | 11011 | 101 | 1001110 | 101001 |
Color Harmonies of #BA2517
Complementary color
Monochromatic Colors of #BA2517
Black with #BA2517
Text Example
Text Example
White with #BA2517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2517; }
p { color: rgb(186,37,23); }
H1.HeaderClassName
{
color: #BA2517;
}
.AnyTagClassName
{
color: #BA2517;
}
</style>
background-color css
<style>
a { background-color: #BA2517; }
a { background-color: rgb(186,37,23); }
div.DivClassName
{
background-color: #BA2517;
}
.BgClassName
{
background-color: #BA2517;
}
</style>
border-color css
<style>
span { border-color: #BA2517; }
span { border-color: rgb(186,37,23); }
td.TdClassName
{
border-color: #BA2517;
}
.TagClassName
{
border-color: #BA2517;
}
</style>