Shades of Fire Brick #BA2018
Tints of Fire Brick #BA2018
RGB
CMYK
RGB Variations
Color information
#BA2018 (or 0xBA2018) is known color: Fire Brick. HEX triplet: BA, 20 and 18. RGB value is (186,32,24). Sum of RGB (Red+Green+Blue) = 186+32+24=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2018 is #45DFE7. Grayscale: #4D4D4D. Windows color (decimal): -4579304 or 1581242. OLE color: 1581242.
HSL color Cylindrical-coordinate representation of color #BA2018: hue angle of 2.96º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA2018 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 24 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.27 |
| HSL | 2.96º | 0.77% | 0.41% | - |
| HSV(B) | 2.96º | 0.87% | 0.73% | - |
| XYZ | 20.93 | 11.54 | 1.99 | - |
| YUV | 77.13 | 98.02 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 24 | 0 | 0.83 | 0.87 | 0.27 | 2.96 | 0.77 | 0.41 |
| Hex | BA | 20 | 18 | 0 | 53 | 57 | 1B | 3 | 4D | 29 |
| Octal | 272 | 40 | 30 | 0 | 123 | 127 | 33 | 3 | 115 | 51 |
| Binary | 10111010 | 100000 | 11000 | 0 | 1010011 | 1010111 | 11011 | 11 | 1001101 | 101001 |
Color Harmonies of #BA2018
Complementary color
Monochromatic Colors of #BA2018
Black with #BA2018
Text Example
Text Example
White with #BA2018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2018; }
p { color: rgb(186,32,24); }
H1.HeaderClassName
{
color: #BA2018;
}
.AnyTagClassName
{
color: #BA2018;
}
</style>
background-color css
<style>
a { background-color: #BA2018; }
a { background-color: rgb(186,32,24); }
div.DivClassName
{
background-color: #BA2018;
}
.BgClassName
{
background-color: #BA2018;
}
</style>
border-color css
<style>
span { border-color: #BA2018; }
span { border-color: rgb(186,32,24); }
td.TdClassName
{
border-color: #BA2018;
}
.TagClassName
{
border-color: #BA2018;
}
</style>