Shades of Fire Brick #BA2819
Tints of Fire Brick #BA2819
RGB
CMYK
RGB Variations
Color information
#BA2819 (or 0xBA2819) is known color: Fire Brick. HEX triplet: BA, 28 and 19. RGB value is (186,40,25). Sum of RGB (Red+Green+Blue) = 186+40+25=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2819 is #45D7E6. Grayscale: #525252. Windows color (decimal): -4577255 or 1648826. OLE color: 1648826.
HSL color Cylindrical-coordinate representation of color #BA2819: hue angle of 5.59º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA2819 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 25 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.27 |
| HSL | 5.59º | 0.76% | 0.41% | - |
| HSV(B) | 5.59º | 0.87% | 0.73% | - |
| XYZ | 21.18 | 12.03 | 2.12 | - |
| YUV | 81.94 | 95.87 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 25 | 0 | 0.78 | 0.87 | 0.27 | 5.59 | 0.76 | 0.41 |
| Hex | BA | 28 | 19 | 0 | 4E | 57 | 1B | 6 | 4C | 29 |
| Octal | 272 | 50 | 31 | 0 | 116 | 127 | 33 | 6 | 114 | 51 |
| Binary | 10111010 | 101000 | 11001 | 0 | 1001110 | 1010111 | 11011 | 110 | 1001100 | 101001 |
Color Harmonies of #BA2819
Complementary color
Monochromatic Colors of #BA2819
Black with #BA2819
Text Example
Text Example
White with #BA2819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2819; }
p { color: rgb(186,40,25); }
H1.HeaderClassName
{
color: #BA2819;
}
.AnyTagClassName
{
color: #BA2819;
}
</style>
background-color css
<style>
a { background-color: #BA2819; }
a { background-color: rgb(186,40,25); }
div.DivClassName
{
background-color: #BA2819;
}
.BgClassName
{
background-color: #BA2819;
}
</style>
border-color css
<style>
span { border-color: #BA2819; }
span { border-color: rgb(186,40,25); }
td.TdClassName
{
border-color: #BA2819;
}
.TagClassName
{
border-color: #BA2819;
}
</style>