Shades of Fire Brick #BA211F
Tints of Fire Brick #BA211F
RGB
CMYK
RGB Variations
Color information
#BA211F (or 0xBA211F) is known color: Fire Brick. HEX triplet: BA, 21 and 1F. RGB value is (186,33,31). Sum of RGB (Red+Green+Blue) = 186+33+31=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA211F is #45DEE0. Grayscale: #4E4E4E. Windows color (decimal): -4579041 or 2040250. OLE color: 2040250.
HSL color Cylindrical-coordinate representation of color #BA211F: hue angle of 0.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA211F is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 31 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.27 |
| HSL | 0.77º | 0.71% | 0.43% | - |
| HSV(B) | 0.77º | 0.83% | 0.73% | - |
| XYZ | 21.04 | 11.63 | 2.43 | - |
| YUV | 78.52 | 101.19 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 31 | 0 | 0.82 | 0.83 | 0.27 | 0.77 | 0.71 | 0.43 |
| Hex | BA | 21 | 1F | 0 | 52 | 53 | 1B | 1 | 47 | 2B |
| Octal | 272 | 41 | 37 | 0 | 122 | 123 | 33 | 1 | 107 | 53 |
| Binary | 10111010 | 100001 | 11111 | 0 | 1010010 | 1010011 | 11011 | 1 | 1000111 | 101011 |
Color Harmonies of #BA211F
Complementary color
Monochromatic Colors of #BA211F
Black with #BA211F
Text Example
Text Example
White with #BA211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA211F; }
p { color: rgb(186,33,31); }
H1.HeaderClassName
{
color: #BA211F;
}
.AnyTagClassName
{
color: #BA211F;
}
</style>
background-color css
<style>
a { background-color: #BA211F; }
a { background-color: rgb(186,33,31); }
div.DivClassName
{
background-color: #BA211F;
}
.BgClassName
{
background-color: #BA211F;
}
</style>
border-color css
<style>
span { border-color: #BA211F; }
span { border-color: rgb(186,33,31); }
td.TdClassName
{
border-color: #BA211F;
}
.TagClassName
{
border-color: #BA211F;
}
</style>