Shades of Fire Brick #BA2E25
Tints of Fire Brick #BA2E25
RGB
CMYK
RGB Variations
Color information
#BA2E25 (or 0xBA2E25) is known color: Fire Brick. HEX triplet: BA, 2E and 25. RGB value is (186,46,37). Sum of RGB (Red+Green+Blue) = 186+46+37=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E25 is #45D1DA. Grayscale: #575757. Windows color (decimal): -4575707 or 2436794. OLE color: 2436794.
HSL color Cylindrical-coordinate representation of color #BA2E25: hue angle of 3.62º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2E25 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 37 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.27 |
| HSL | 3.62º | 0.67% | 0.44% | - |
| HSV(B) | 3.62º | 0.8% | 0.73% | - |
| XYZ | 21.56 | 12.53 | 3.03 | - |
| YUV | 86.83 | 99.88 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 37 | 0 | 0.75 | 0.80 | 0.27 | 3.62 | 0.67 | 0.44 |
| Hex | BA | 2E | 25 | 0 | 4B | 50 | 1B | 4 | 43 | 2C |
| Octal | 272 | 56 | 45 | 0 | 113 | 120 | 33 | 4 | 103 | 54 |
| Binary | 10111010 | 101110 | 100101 | 0 | 1001011 | 1010000 | 11011 | 100 | 1000011 | 101100 |
Color Harmonies of #BA2E25
Complementary color
Monochromatic Colors of #BA2E25
Black with #BA2E25
Text Example
Text Example
White with #BA2E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E25; }
p { color: rgb(186,46,37); }
H1.HeaderClassName
{
color: #BA2E25;
}
.AnyTagClassName
{
color: #BA2E25;
}
</style>
background-color css
<style>
a { background-color: #BA2E25; }
a { background-color: rgb(186,46,37); }
div.DivClassName
{
background-color: #BA2E25;
}
.BgClassName
{
background-color: #BA2E25;
}
</style>
border-color css
<style>
span { border-color: #BA2E25; }
span { border-color: rgb(186,46,37); }
td.TdClassName
{
border-color: #BA2E25;
}
.TagClassName
{
border-color: #BA2E25;
}
</style>