Shades of Fire Brick #BA200E
Tints of Fire Brick #BA200E
RGB
CMYK
RGB Variations
Color information
#BA200E (or 0xBA200E) is known color: Fire Brick. HEX triplet: BA, 20 and 0E. RGB value is (186,32,14). Sum of RGB (Red+Green+Blue) = 186+32+14=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA200E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA200E is #45DFF1. Grayscale: #4C4C4C. Windows color (decimal): -4579314 or 925882. OLE color: 925882.
HSL color Cylindrical-coordinate representation of color #BA200E: hue angle of 6.28º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA200E is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 14 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.27 |
| HSL | 6.28º | 0.86% | 0.39% | - |
| HSV(B) | 6.28º | 0.92% | 0.73% | - |
| XYZ | 20.85 | 11.5 | 1.54 | - |
| YUV | 75.99 | 93.02 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 14 | 0 | 0.83 | 0.92 | 0.27 | 6.28 | 0.86 | 0.39 |
| Hex | BA | 20 | E | 0 | 53 | 5C | 1B | 6 | 56 | 27 |
| Octal | 272 | 40 | 16 | 0 | 123 | 134 | 33 | 6 | 126 | 47 |
| Binary | 10111010 | 100000 | 1110 | 0 | 1010011 | 1011100 | 11011 | 110 | 1010110 | 100111 |
Color Harmonies of #BA200E
Complementary color
Monochromatic Colors of #BA200E
Black with #BA200E
Text Example
Text Example
White with #BA200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA200E; }
p { color: rgb(186,32,14); }
H1.HeaderClassName
{
color: #BA200E;
}
.AnyTagClassName
{
color: #BA200E;
}
</style>
background-color css
<style>
a { background-color: #BA200E; }
a { background-color: rgb(186,32,14); }
div.DivClassName
{
background-color: #BA200E;
}
.BgClassName
{
background-color: #BA200E;
}
</style>
border-color css
<style>
span { border-color: #BA200E; }
span { border-color: rgb(186,32,14); }
td.TdClassName
{
border-color: #BA200E;
}
.TagClassName
{
border-color: #BA200E;
}
</style>