Shades of Fire Brick #BA2421
Tints of Fire Brick #BA2421
RGB
CMYK
RGB Variations
Color information
#BA2421 (or 0xBA2421) is known color: Fire Brick. HEX triplet: BA, 24 and 21. RGB value is (186,36,33). Sum of RGB (Red+Green+Blue) = 186+36+33=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2421 is #45DBDE. Grayscale: #505050. Windows color (decimal): -4578271 or 2172090. OLE color: 2172090.
HSL color Cylindrical-coordinate representation of color #BA2421: hue angle of 1.18º degrees, saturation: 0.7, 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 #BA2421 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 33 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.27 |
| HSL | 1.18º | 0.7% | 0.43% | - |
| HSV(B) | 1.18º | 0.82% | 0.73% | - |
| XYZ | 21.16 | 11.81 | 2.6 | - |
| YUV | 80.51 | 101.2 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 33 | 0 | 0.81 | 0.82 | 0.27 | 1.18 | 0.7 | 0.43 |
| Hex | BA | 24 | 21 | 0 | 51 | 52 | 1B | 1 | 46 | 2B |
| Octal | 272 | 44 | 41 | 0 | 121 | 122 | 33 | 1 | 106 | 53 |
| Binary | 10111010 | 100100 | 100001 | 0 | 1010001 | 1010010 | 11011 | 1 | 1000110 | 101011 |
Color Harmonies of #BA2421
Complementary color
Monochromatic Colors of #BA2421
Black with #BA2421
Text Example
Text Example
White with #BA2421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2421; }
p { color: rgb(186,36,33); }
H1.HeaderClassName
{
color: #BA2421;
}
.AnyTagClassName
{
color: #BA2421;
}
</style>
background-color css
<style>
a { background-color: #BA2421; }
a { background-color: rgb(186,36,33); }
div.DivClassName
{
background-color: #BA2421;
}
.BgClassName
{
background-color: #BA2421;
}
</style>
border-color css
<style>
span { border-color: #BA2421; }
span { border-color: rgb(186,36,33); }
td.TdClassName
{
border-color: #BA2421;
}
.TagClassName
{
border-color: #BA2421;
}
</style>