Shades of Fire Brick #BA2B19
Tints of Fire Brick #BA2B19
RGB
CMYK
RGB Variations
Color information
#BA2B19 (or 0xBA2B19) is known color: Fire Brick. HEX triplet: BA, 2B and 19. RGB value is (186,43,25). Sum of RGB (Red+Green+Blue) = 186+43+25=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2B19 is #45D4E6. Grayscale: #535353. Windows color (decimal): -4576487 or 1649594. OLE color: 1649594.
HSL color Cylindrical-coordinate representation of color #BA2B19: hue angle of 6.71º 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 #BA2B19 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 25 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.27 |
| HSL | 6.71º | 0.76% | 0.41% | - |
| HSV(B) | 6.71º | 0.87% | 0.73% | - |
| XYZ | 21.29 | 12.24 | 2.16 | - |
| YUV | 83.71 | 94.88 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 25 | 0 | 0.77 | 0.87 | 0.27 | 6.71 | 0.76 | 0.41 |
| Hex | BA | 2B | 19 | 0 | 4D | 57 | 1B | 7 | 4C | 29 |
| Octal | 272 | 53 | 31 | 0 | 115 | 127 | 33 | 7 | 114 | 51 |
| Binary | 10111010 | 101011 | 11001 | 0 | 1001101 | 1010111 | 11011 | 111 | 1001100 | 101001 |
Color Harmonies of #BA2B19
Complementary color
Monochromatic Colors of #BA2B19
Black with #BA2B19
Text Example
Text Example
White with #BA2B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B19; }
p { color: rgb(186,43,25); }
H1.HeaderClassName
{
color: #BA2B19;
}
.AnyTagClassName
{
color: #BA2B19;
}
</style>
background-color css
<style>
a { background-color: #BA2B19; }
a { background-color: rgb(186,43,25); }
div.DivClassName
{
background-color: #BA2B19;
}
.BgClassName
{
background-color: #BA2B19;
}
</style>
border-color css
<style>
span { border-color: #BA2B19; }
span { border-color: rgb(186,43,25); }
td.TdClassName
{
border-color: #BA2B19;
}
.TagClassName
{
border-color: #BA2B19;
}
</style>