Shades of Fire Brick #BA2D1E
Tints of Fire Brick #BA2D1E
RGB
CMYK
RGB Variations
Color information
#BA2D1E (or 0xBA2D1E) is known color: Fire Brick. HEX triplet: BA, 2D and 1E. RGB value is (186,45,30). Sum of RGB (Red+Green+Blue) = 186+45+30=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D1E is #45D2E1. Grayscale: #555555. Windows color (decimal): -4575970 or 1977786. OLE color: 1977786.
HSL color Cylindrical-coordinate representation of color #BA2D1E: hue angle of 5.77º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA2D1E is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 30 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.27 |
| HSL | 5.77º | 0.72% | 0.42% | - |
| HSV(B) | 5.77º | 0.84% | 0.73% | - |
| XYZ | 21.42 | 12.41 | 2.49 | - |
| YUV | 85.45 | 96.71 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 30 | 0 | 0.76 | 0.84 | 0.27 | 5.77 | 0.72 | 0.42 |
| Hex | BA | 2D | 1E | 0 | 4C | 54 | 1B | 6 | 48 | 2A |
| Octal | 272 | 55 | 36 | 0 | 114 | 124 | 33 | 6 | 110 | 52 |
| Binary | 10111010 | 101101 | 11110 | 0 | 1001100 | 1010100 | 11011 | 110 | 1001000 | 101010 |
Color Harmonies of #BA2D1E
Complementary color
Monochromatic Colors of #BA2D1E
Black with #BA2D1E
Text Example
Text Example
White with #BA2D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D1E; }
p { color: rgb(186,45,30); }
H1.HeaderClassName
{
color: #BA2D1E;
}
.AnyTagClassName
{
color: #BA2D1E;
}
</style>
background-color css
<style>
a { background-color: #BA2D1E; }
a { background-color: rgb(186,45,30); }
div.DivClassName
{
background-color: #BA2D1E;
}
.BgClassName
{
background-color: #BA2D1E;
}
</style>
border-color css
<style>
span { border-color: #BA2D1E; }
span { border-color: rgb(186,45,30); }
td.TdClassName
{
border-color: #BA2D1E;
}
.TagClassName
{
border-color: #BA2D1E;
}
</style>