Shades of Fire Brick #BA2E2D
Tints of Fire Brick #BA2E2D
RGB
CMYK
RGB Variations
Color information
#BA2E2D (or 0xBA2E2D) is known color: Fire Brick. HEX triplet: BA, 2E and 2D. RGB value is (186,46,45). Sum of RGB (Red+Green+Blue) = 186+46+45=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E2D is #45D1D2. Grayscale: #575757. Windows color (decimal): -4575699 or 2961082. OLE color: 2961082.
HSL color Cylindrical-coordinate representation of color #BA2E2D: hue angle of 0.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2E2D is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 45 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.27 |
| HSL | 0.43º | 0.61% | 0.45% | - |
| HSV(B) | 0.43º | 0.76% | 0.73% | - |
| XYZ | 21.7 | 12.58 | 3.77 | - |
| YUV | 87.75 | 103.88 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 45 | 0 | 0.75 | 0.76 | 0.27 | 0.43 | 0.61 | 0.45 |
| Hex | BA | 2E | 2D | 0 | 4B | 4C | 1B | 0 | 3D | 2D |
| Octal | 272 | 56 | 55 | 0 | 113 | 114 | 33 | 0 | 75 | 55 |
| Binary | 10111010 | 101110 | 101101 | 0 | 1001011 | 1001100 | 11011 | 0 | 111101 | 101101 |
Color Harmonies of #BA2E2D
Complementary color
Monochromatic Colors of #BA2E2D
Black with #BA2E2D
Text Example
Text Example
White with #BA2E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E2D; }
p { color: rgb(186,46,45); }
H1.HeaderClassName
{
color: #BA2E2D;
}
.AnyTagClassName
{
color: #BA2E2D;
}
</style>
background-color css
<style>
a { background-color: #BA2E2D; }
a { background-color: rgb(186,46,45); }
div.DivClassName
{
background-color: #BA2E2D;
}
.BgClassName
{
background-color: #BA2E2D;
}
</style>
border-color css
<style>
span { border-color: #BA2E2D; }
span { border-color: rgb(186,46,45); }
td.TdClassName
{
border-color: #BA2E2D;
}
.TagClassName
{
border-color: #BA2E2D;
}
</style>