Shades of Fire Brick #BA2512
Tints of Fire Brick #BA2512
RGB
CMYK
RGB Variations
Color information
#BA2512 (or 0xBA2512) is known color: Fire Brick. HEX triplet: BA, 25 and 12. RGB value is (186,37,18). Sum of RGB (Red+Green+Blue) = 186+37+18=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2512 is #45DAED. Grayscale: #4F4F4F. Windows color (decimal): -4578030 or 1189306. OLE color: 1189306.
HSL color Cylindrical-coordinate representation of color #BA2512: hue angle of 6.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA2512 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 18 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.27 |
| HSL | 6.79º | 0.82% | 0.4% | - |
| HSV(B) | 6.79º | 0.9% | 0.73% | - |
| XYZ | 21.02 | 11.81 | 1.74 | - |
| YUV | 79.39 | 93.36 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 18 | 0 | 0.80 | 0.90 | 0.27 | 6.79 | 0.82 | 0.4 |
| Hex | BA | 25 | 12 | 0 | 50 | 5A | 1B | 7 | 52 | 28 |
| Octal | 272 | 45 | 22 | 0 | 120 | 132 | 33 | 7 | 122 | 50 |
| Binary | 10111010 | 100101 | 10010 | 0 | 1010000 | 1011010 | 11011 | 111 | 1010010 | 101000 |
Color Harmonies of #BA2512
Complementary color
Monochromatic Colors of #BA2512
Black with #BA2512
Text Example
Text Example
White with #BA2512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2512; }
p { color: rgb(186,37,18); }
H1.HeaderClassName
{
color: #BA2512;
}
.AnyTagClassName
{
color: #BA2512;
}
</style>
background-color css
<style>
a { background-color: #BA2512; }
a { background-color: rgb(186,37,18); }
div.DivClassName
{
background-color: #BA2512;
}
.BgClassName
{
background-color: #BA2512;
}
</style>
border-color css
<style>
span { border-color: #BA2512; }
span { border-color: rgb(186,37,18); }
td.TdClassName
{
border-color: #BA2512;
}
.TagClassName
{
border-color: #BA2512;
}
</style>