Shades of Fire Brick #BA2F25
Tints of Fire Brick #BA2F25
RGB
CMYK
RGB Variations
Color information
#BA2F25 (or 0xBA2F25) is known color: Fire Brick. HEX triplet: BA, 2F and 25. RGB value is (186,47,37). Sum of RGB (Red+Green+Blue) = 186+47+37=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F25 is #45D0DA. Grayscale: #575757. Windows color (decimal): -4575451 or 2437050. OLE color: 2437050.
HSL color Cylindrical-coordinate representation of color #BA2F25: hue angle of 4.03º 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 #BA2F25 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 37 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.27 |
| HSL | 4.03º | 0.67% | 0.44% | - |
| HSV(B) | 4.03º | 0.8% | 0.73% | - |
| XYZ | 21.6 | 12.61 | 3.04 | - |
| YUV | 87.42 | 99.55 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 37 | 0 | 0.75 | 0.80 | 0.27 | 4.03 | 0.67 | 0.44 |
| Hex | BA | 2F | 25 | 0 | 4B | 50 | 1B | 4 | 43 | 2C |
| Octal | 272 | 57 | 45 | 0 | 113 | 120 | 33 | 4 | 103 | 54 |
| Binary | 10111010 | 101111 | 100101 | 0 | 1001011 | 1010000 | 11011 | 100 | 1000011 | 101100 |
Color Harmonies of #BA2F25
Complementary color
Monochromatic Colors of #BA2F25
Black with #BA2F25
Text Example
Text Example
White with #BA2F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F25; }
p { color: rgb(186,47,37); }
H1.HeaderClassName
{
color: #BA2F25;
}
.AnyTagClassName
{
color: #BA2F25;
}
</style>
background-color css
<style>
a { background-color: #BA2F25; }
a { background-color: rgb(186,47,37); }
div.DivClassName
{
background-color: #BA2F25;
}
.BgClassName
{
background-color: #BA2F25;
}
</style>
border-color css
<style>
span { border-color: #BA2F25; }
span { border-color: rgb(186,47,37); }
td.TdClassName
{
border-color: #BA2F25;
}
.TagClassName
{
border-color: #BA2F25;
}
</style>