Shades of Fire Brick #BA2E2E
Tints of Fire Brick #BA2E2E
RGB
CMYK
RGB Variations
Color information
#BA2E2E (or 0xBA2E2E) is known color: Fire Brick. HEX triplet: BA, 2E and 2E. RGB value is (186,46,46). Sum of RGB (Red+Green+Blue) = 186+46+46=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E2E is #45D1D1. Grayscale: #585858. Windows color (decimal): -4575698 or 3026618. OLE color: 3026618.
HSL color Cylindrical-coordinate representation of color #BA2E2E: hue angle of 0º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E2E is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 46 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.27 |
| HSL | 0º | 0.6% | 0.45% | - |
| HSV(B) | 0º | 0.75% | 0.73% | - |
| XYZ | 21.72 | 12.59 | 3.87 | - |
| YUV | 87.86 | 104.38 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 46 | 0 | 0.75 | 0.75 | 0.27 | 0 | 0.6 | 0.45 |
| Hex | BA | 2E | 2E | 0 | 4B | 4B | 1B | 0 | 3C | 2D |
| Octal | 272 | 56 | 56 | 0 | 113 | 113 | 33 | 0 | 74 | 55 |
| Binary | 10111010 | 101110 | 101110 | 0 | 1001011 | 1001011 | 11011 | 0 | 111100 | 101101 |
Color Harmonies of #BA2E2E
Complementary color
Monochromatic Colors of #BA2E2E
Black with #BA2E2E
Text Example
Text Example
White with #BA2E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E2E; }
p { color: rgb(186,46,46); }
H1.HeaderClassName
{
color: #BA2E2E;
}
.AnyTagClassName
{
color: #BA2E2E;
}
</style>
background-color css
<style>
a { background-color: #BA2E2E; }
a { background-color: rgb(186,46,46); }
div.DivClassName
{
background-color: #BA2E2E;
}
.BgClassName
{
background-color: #BA2E2E;
}
</style>
border-color css
<style>
span { border-color: #BA2E2E; }
span { border-color: rgb(186,46,46); }
td.TdClassName
{
border-color: #BA2E2E;
}
.TagClassName
{
border-color: #BA2E2E;
}
</style>