Shades of Fire Brick #BA2522
Tints of Fire Brick #BA2522
RGB
CMYK
RGB Variations
Color information
#BA2522 (or 0xBA2522) is known color: Fire Brick. HEX triplet: BA, 25 and 22. RGB value is (186,37,34). Sum of RGB (Red+Green+Blue) = 186+37+34=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2522 is #45DADD. Grayscale: #515151. Windows color (decimal): -4578014 or 2237882. OLE color: 2237882.
HSL color Cylindrical-coordinate representation of color #BA2522: hue angle of 1.18º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2522 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 34 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.27 |
| HSL | 1.18º | 0.69% | 0.43% | - |
| HSV(B) | 1.18º | 0.82% | 0.73% | - |
| XYZ | 21.2 | 11.88 | 2.69 | - |
| YUV | 81.21 | 101.36 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 34 | 0 | 0.80 | 0.82 | 0.27 | 1.18 | 0.69 | 0.43 |
| Hex | BA | 25 | 22 | 0 | 50 | 52 | 1B | 1 | 45 | 2B |
| Octal | 272 | 45 | 42 | 0 | 120 | 122 | 33 | 1 | 105 | 53 |
| Binary | 10111010 | 100101 | 100010 | 0 | 1010000 | 1010010 | 11011 | 1 | 1000101 | 101011 |
Color Harmonies of #BA2522
Complementary color
Monochromatic Colors of #BA2522
Black with #BA2522
Text Example
Text Example
White with #BA2522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2522; }
p { color: rgb(186,37,34); }
H1.HeaderClassName
{
color: #BA2522;
}
.AnyTagClassName
{
color: #BA2522;
}
</style>
background-color css
<style>
a { background-color: #BA2522; }
a { background-color: rgb(186,37,34); }
div.DivClassName
{
background-color: #BA2522;
}
.BgClassName
{
background-color: #BA2522;
}
</style>
border-color css
<style>
span { border-color: #BA2522; }
span { border-color: rgb(186,37,34); }
td.TdClassName
{
border-color: #BA2522;
}
.TagClassName
{
border-color: #BA2522;
}
</style>