Shades of Fire Brick #BA2219
Tints of Fire Brick #BA2219
RGB
CMYK
RGB Variations
Color information
#BA2219 (or 0xBA2219) is known color: Fire Brick. HEX triplet: BA, 22 and 19. RGB value is (186,34,25). Sum of RGB (Red+Green+Blue) = 186+34+25=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2219 is #45DDE6. Grayscale: #4E4E4E. Windows color (decimal): -4578791 or 1647290. OLE color: 1647290.
HSL color Cylindrical-coordinate representation of color #BA2219: hue angle of 3.35º 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 #BA2219 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 25 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.27 |
| HSL | 3.35º | 0.76% | 0.41% | - |
| HSV(B) | 3.35º | 0.87% | 0.73% | - |
| XYZ | 21 | 11.65 | 2.06 | - |
| YUV | 78.42 | 97.86 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 25 | 0 | 0.82 | 0.87 | 0.27 | 3.35 | 0.76 | 0.41 |
| Hex | BA | 22 | 19 | 0 | 52 | 57 | 1B | 3 | 4C | 29 |
| Octal | 272 | 42 | 31 | 0 | 122 | 127 | 33 | 3 | 114 | 51 |
| Binary | 10111010 | 100010 | 11001 | 0 | 1010010 | 1010111 | 11011 | 11 | 1001100 | 101001 |
Color Harmonies of #BA2219
Complementary color
Monochromatic Colors of #BA2219
Black with #BA2219
Text Example
Text Example
White with #BA2219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2219; }
p { color: rgb(186,34,25); }
H1.HeaderClassName
{
color: #BA2219;
}
.AnyTagClassName
{
color: #BA2219;
}
</style>
background-color css
<style>
a { background-color: #BA2219; }
a { background-color: rgb(186,34,25); }
div.DivClassName
{
background-color: #BA2219;
}
.BgClassName
{
background-color: #BA2219;
}
</style>
border-color css
<style>
span { border-color: #BA2219; }
span { border-color: rgb(186,34,25); }
td.TdClassName
{
border-color: #BA2219;
}
.TagClassName
{
border-color: #BA2219;
}
</style>