Shades of Fire Brick #BA221E
Tints of Fire Brick #BA221E
RGB
CMYK
RGB Variations
Color information
#BA221E (or 0xBA221E) is known color: Fire Brick. HEX triplet: BA, 22 and 1E. RGB value is (186,34,30). Sum of RGB (Red+Green+Blue) = 186+34+30=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA221E is #45DDE1. Grayscale: #4F4F4F. Windows color (decimal): -4578786 or 1974970. OLE color: 1974970.
HSL color Cylindrical-coordinate representation of color #BA221E: hue angle of 1.54º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA221E is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 30 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.27 |
| HSL | 1.54º | 0.72% | 0.42% | - |
| HSV(B) | 1.54º | 0.84% | 0.73% | - |
| XYZ | 21.06 | 11.68 | 2.37 | - |
| YUV | 78.99 | 100.36 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 30 | 0 | 0.82 | 0.84 | 0.27 | 1.54 | 0.72 | 0.42 |
| Hex | BA | 22 | 1E | 0 | 52 | 54 | 1B | 2 | 48 | 2A |
| Octal | 272 | 42 | 36 | 0 | 122 | 124 | 33 | 2 | 110 | 52 |
| Binary | 10111010 | 100010 | 11110 | 0 | 1010010 | 1010100 | 11011 | 10 | 1001000 | 101010 |
Color Harmonies of #BA221E
Complementary color
Monochromatic Colors of #BA221E
Black with #BA221E
Text Example
Text Example
White with #BA221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA221E; }
p { color: rgb(186,34,30); }
H1.HeaderClassName
{
color: #BA221E;
}
.AnyTagClassName
{
color: #BA221E;
}
</style>
background-color css
<style>
a { background-color: #BA221E; }
a { background-color: rgb(186,34,30); }
div.DivClassName
{
background-color: #BA221E;
}
.BgClassName
{
background-color: #BA221E;
}
</style>
border-color css
<style>
span { border-color: #BA221E; }
span { border-color: rgb(186,34,30); }
td.TdClassName
{
border-color: #BA221E;
}
.TagClassName
{
border-color: #BA221E;
}
</style>