Shades of Fire Brick #BA2D1A
Tints of Fire Brick #BA2D1A
RGB
CMYK
RGB Variations
Color information
#BA2D1A (or 0xBA2D1A) is known color: Fire Brick. HEX triplet: BA, 2D and 1A. RGB value is (186,45,26). Sum of RGB (Red+Green+Blue) = 186+45+26=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D1A is #45D2E5. Grayscale: #555555. Windows color (decimal): -4575974 or 1715642. OLE color: 1715642.
HSL color Cylindrical-coordinate representation of color #BA2D1A: hue angle of 7.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA2D1A is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 26 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.27 |
| HSL | 7.13º | 0.75% | 0.42% | - |
| HSV(B) | 7.13º | 0.86% | 0.73% | - |
| XYZ | 21.37 | 12.39 | 2.24 | - |
| YUV | 84.99 | 94.71 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 26 | 0 | 0.76 | 0.86 | 0.27 | 7.13 | 0.75 | 0.42 |
| Hex | BA | 2D | 1A | 0 | 4C | 56 | 1B | 7 | 4B | 2A |
| Octal | 272 | 55 | 32 | 0 | 114 | 126 | 33 | 7 | 113 | 52 |
| Binary | 10111010 | 101101 | 11010 | 0 | 1001100 | 1010110 | 11011 | 111 | 1001011 | 101010 |
Color Harmonies of #BA2D1A
Complementary color
Monochromatic Colors of #BA2D1A
Black with #BA2D1A
Text Example
Text Example
White with #BA2D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D1A; }
p { color: rgb(186,45,26); }
H1.HeaderClassName
{
color: #BA2D1A;
}
.AnyTagClassName
{
color: #BA2D1A;
}
</style>
background-color css
<style>
a { background-color: #BA2D1A; }
a { background-color: rgb(186,45,26); }
div.DivClassName
{
background-color: #BA2D1A;
}
.BgClassName
{
background-color: #BA2D1A;
}
</style>
border-color css
<style>
span { border-color: #BA2D1A; }
span { border-color: rgb(186,45,26); }
td.TdClassName
{
border-color: #BA2D1A;
}
.TagClassName
{
border-color: #BA2D1A;
}
</style>