Shades of Fire Brick #BA2E1E
Tints of Fire Brick #BA2E1E
RGB
CMYK
RGB Variations
Color information
#BA2E1E (or 0xBA2E1E) is known color: Fire Brick. HEX triplet: BA, 2E and 1E. RGB value is (186,46,30). Sum of RGB (Red+Green+Blue) = 186+46+30=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E1E is #45D1E1. Grayscale: #565656. Windows color (decimal): -4575714 or 1978042. OLE color: 1978042.
HSL color Cylindrical-coordinate representation of color #BA2E1E: hue angle of 6.15º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA2E1E is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 30 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.27 |
| HSL | 6.15º | 0.72% | 0.42% | - |
| HSV(B) | 6.15º | 0.84% | 0.73% | - |
| XYZ | 21.46 | 12.49 | 2.51 | - |
| YUV | 86.04 | 96.38 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 30 | 0 | 0.75 | 0.84 | 0.27 | 6.15 | 0.72 | 0.42 |
| Hex | BA | 2E | 1E | 0 | 4B | 54 | 1B | 6 | 48 | 2A |
| Octal | 272 | 56 | 36 | 0 | 113 | 124 | 33 | 6 | 110 | 52 |
| Binary | 10111010 | 101110 | 11110 | 0 | 1001011 | 1010100 | 11011 | 110 | 1001000 | 101010 |
Color Harmonies of #BA2E1E
Complementary color
Monochromatic Colors of #BA2E1E
Black with #BA2E1E
Text Example
Text Example
White with #BA2E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E1E; }
p { color: rgb(186,46,30); }
H1.HeaderClassName
{
color: #BA2E1E;
}
.AnyTagClassName
{
color: #BA2E1E;
}
</style>
background-color css
<style>
a { background-color: #BA2E1E; }
a { background-color: rgb(186,46,30); }
div.DivClassName
{
background-color: #BA2E1E;
}
.BgClassName
{
background-color: #BA2E1E;
}
</style>
border-color css
<style>
span { border-color: #BA2E1E; }
span { border-color: rgb(186,46,30); }
td.TdClassName
{
border-color: #BA2E1E;
}
.TagClassName
{
border-color: #BA2E1E;
}
</style>