Shades of Fire Brick #BA3020
Tints of Fire Brick #BA3020
RGB
CMYK
RGB Variations
Color information
#BA3020 (or 0xBA3020) is known color: Fire Brick. HEX triplet: BA, 30 and 20. RGB value is (186,48,32). Sum of RGB (Red+Green+Blue) = 186+48+32=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3020 is #45CFDF. Grayscale: #575757. Windows color (decimal): -4575200 or 2109626. OLE color: 2109626.
HSL color Cylindrical-coordinate representation of color #BA3020: hue angle of 6.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA3020 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 32 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.27 |
| HSL | 6.23º | 0.71% | 0.43% | - |
| HSV(B) | 6.23º | 0.83% | 0.73% | - |
| XYZ | 21.57 | 12.66 | 2.67 | - |
| YUV | 87.44 | 96.72 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 32 | 0 | 0.74 | 0.83 | 0.27 | 6.23 | 0.71 | 0.43 |
| Hex | BA | 30 | 20 | 0 | 4A | 53 | 1B | 6 | 47 | 2B |
| Octal | 272 | 60 | 40 | 0 | 112 | 123 | 33 | 6 | 107 | 53 |
| Binary | 10111010 | 110000 | 100000 | 0 | 1001010 | 1010011 | 11011 | 110 | 1000111 | 101011 |
Color Harmonies of #BA3020
Complementary color
Monochromatic Colors of #BA3020
Black with #BA3020
Text Example
Text Example
White with #BA3020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3020; }
p { color: rgb(186,48,32); }
H1.HeaderClassName
{
color: #BA3020;
}
.AnyTagClassName
{
color: #BA3020;
}
</style>
background-color css
<style>
a { background-color: #BA3020; }
a { background-color: rgb(186,48,32); }
div.DivClassName
{
background-color: #BA3020;
}
.BgClassName
{
background-color: #BA3020;
}
</style>
border-color css
<style>
span { border-color: #BA3020; }
span { border-color: rgb(186,48,32); }
td.TdClassName
{
border-color: #BA3020;
}
.TagClassName
{
border-color: #BA3020;
}
</style>