Shades of Fire Brick #BA2516
Tints of Fire Brick #BA2516
RGB
CMYK
RGB Variations
Color information
#BA2516 (or 0xBA2516) is known color: Fire Brick. HEX triplet: BA, 25 and 16. RGB value is (186,37,22). Sum of RGB (Red+Green+Blue) = 186+37+22=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2516 is #45DAE9. Grayscale: #505050. Windows color (decimal): -4578026 or 1451450. OLE color: 1451450.
HSL color Cylindrical-coordinate representation of color #BA2516: hue angle of 5.49º degrees, saturation: 0.79, 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 #BA2516 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 22 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.27 |
| HSL | 5.49º | 0.79% | 0.41% | - |
| HSV(B) | 5.49º | 0.88% | 0.73% | - |
| XYZ | 21.06 | 11.82 | 1.93 | - |
| YUV | 79.84 | 95.36 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 22 | 0 | 0.80 | 0.88 | 0.27 | 5.49 | 0.79 | 0.41 |
| Hex | BA | 25 | 16 | 0 | 50 | 58 | 1B | 5 | 4F | 29 |
| Octal | 272 | 45 | 26 | 0 | 120 | 130 | 33 | 5 | 117 | 51 |
| Binary | 10111010 | 100101 | 10110 | 0 | 1010000 | 1011000 | 11011 | 101 | 1001111 | 101001 |
Color Harmonies of #BA2516
Complementary color
Monochromatic Colors of #BA2516
Black with #BA2516
Text Example
Text Example
White with #BA2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2516; }
p { color: rgb(186,37,22); }
H1.HeaderClassName
{
color: #BA2516;
}
.AnyTagClassName
{
color: #BA2516;
}
</style>
background-color css
<style>
a { background-color: #BA2516; }
a { background-color: rgb(186,37,22); }
div.DivClassName
{
background-color: #BA2516;
}
.BgClassName
{
background-color: #BA2516;
}
</style>
border-color css
<style>
span { border-color: #BA2516; }
span { border-color: rgb(186,37,22); }
td.TdClassName
{
border-color: #BA2516;
}
.TagClassName
{
border-color: #BA2516;
}
</style>