Shades of Fire Brick #BA2D25
Tints of Fire Brick #BA2D25
RGB
CMYK
RGB Variations
Color information
#BA2D25 (or 0xBA2D25) is known color: Fire Brick. HEX triplet: BA, 2D and 25. RGB value is (186,45,37). Sum of RGB (Red+Green+Blue) = 186+45+37=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D25 is #45D2DA. Grayscale: #565656. Windows color (decimal): -4575963 or 2436538. OLE color: 2436538.
HSL color Cylindrical-coordinate representation of color #BA2D25: hue angle of 3.22º 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 #BA2D25 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 37 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.27 |
| HSL | 3.22º | 0.67% | 0.44% | - |
| HSV(B) | 3.22º | 0.8% | 0.73% | - |
| XYZ | 21.52 | 12.45 | 3.02 | - |
| YUV | 86.25 | 100.21 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 37 | 0 | 0.76 | 0.80 | 0.27 | 3.22 | 0.67 | 0.44 |
| Hex | BA | 2D | 25 | 0 | 4C | 50 | 1B | 3 | 43 | 2C |
| Octal | 272 | 55 | 45 | 0 | 114 | 120 | 33 | 3 | 103 | 54 |
| Binary | 10111010 | 101101 | 100101 | 0 | 1001100 | 1010000 | 11011 | 11 | 1000011 | 101100 |
Color Harmonies of #BA2D25
Complementary color
Monochromatic Colors of #BA2D25
Black with #BA2D25
Text Example
Text Example
White with #BA2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D25; }
p { color: rgb(186,45,37); }
H1.HeaderClassName
{
color: #BA2D25;
}
.AnyTagClassName
{
color: #BA2D25;
}
</style>
background-color css
<style>
a { background-color: #BA2D25; }
a { background-color: rgb(186,45,37); }
div.DivClassName
{
background-color: #BA2D25;
}
.BgClassName
{
background-color: #BA2D25;
}
</style>
border-color css
<style>
span { border-color: #BA2D25; }
span { border-color: rgb(186,45,37); }
td.TdClassName
{
border-color: #BA2D25;
}
.TagClassName
{
border-color: #BA2D25;
}
</style>