Shades of Fire Brick #BA2016
Tints of Fire Brick #BA2016
RGB
CMYK
RGB Variations
Color information
#BA2016 (or 0xBA2016) is known color: Fire Brick. HEX triplet: BA, 20 and 16. RGB value is (186,32,22). Sum of RGB (Red+Green+Blue) = 186+32+22=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2016 is #45DFE9. Grayscale: #4D4D4D. Windows color (decimal): -4579306 or 1450170. OLE color: 1450170.
HSL color Cylindrical-coordinate representation of color #BA2016: hue angle of 3.66º 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 #BA2016 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 22 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.27 |
| HSL | 3.66º | 0.79% | 0.41% | - |
| HSV(B) | 3.66º | 0.88% | 0.73% | - |
| XYZ | 20.91 | 11.53 | 1.88 | - |
| YUV | 76.91 | 97.02 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 22 | 0 | 0.83 | 0.88 | 0.27 | 3.66 | 0.79 | 0.41 |
| Hex | BA | 20 | 16 | 0 | 53 | 58 | 1B | 4 | 4F | 29 |
| Octal | 272 | 40 | 26 | 0 | 123 | 130 | 33 | 4 | 117 | 51 |
| Binary | 10111010 | 100000 | 10110 | 0 | 1010011 | 1011000 | 11011 | 100 | 1001111 | 101001 |
Color Harmonies of #BA2016
Complementary color
Monochromatic Colors of #BA2016
Black with #BA2016
Text Example
Text Example
White with #BA2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2016; }
p { color: rgb(186,32,22); }
H1.HeaderClassName
{
color: #BA2016;
}
.AnyTagClassName
{
color: #BA2016;
}
</style>
background-color css
<style>
a { background-color: #BA2016; }
a { background-color: rgb(186,32,22); }
div.DivClassName
{
background-color: #BA2016;
}
.BgClassName
{
background-color: #BA2016;
}
</style>
border-color css
<style>
span { border-color: #BA2016; }
span { border-color: rgb(186,32,22); }
td.TdClassName
{
border-color: #BA2016;
}
.TagClassName
{
border-color: #BA2016;
}
</style>