Shades of Fire Brick #BA2210
Tints of Fire Brick #BA2210
RGB
CMYK
RGB Variations
Color information
#BA2210 (or 0xBA2210) is known color: Fire Brick. HEX triplet: BA, 22 and 10. RGB value is (186,34,16). Sum of RGB (Red+Green+Blue) = 186+34+16=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2210 is #45DDEF. Grayscale: #4D4D4D. Windows color (decimal): -4578800 or 1057466. OLE color: 1057466.
HSL color Cylindrical-coordinate representation of color #BA2210: hue angle of 6.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA2210 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 16 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.27 |
| HSL | 6.35º | 0.84% | 0.4% | - |
| HSV(B) | 6.35º | 0.91% | 0.73% | - |
| XYZ | 20.92 | 11.62 | 1.63 | - |
| YUV | 77.4 | 93.36 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 16 | 0 | 0.82 | 0.91 | 0.27 | 6.35 | 0.84 | 0.4 |
| Hex | BA | 22 | 10 | 0 | 52 | 5B | 1B | 6 | 54 | 28 |
| Octal | 272 | 42 | 20 | 0 | 122 | 133 | 33 | 6 | 124 | 50 |
| Binary | 10111010 | 100010 | 10000 | 0 | 1010010 | 1011011 | 11011 | 110 | 1010100 | 101000 |
Color Harmonies of #BA2210
Complementary color
Monochromatic Colors of #BA2210
Black with #BA2210
Text Example
Text Example
White with #BA2210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2210; }
p { color: rgb(186,34,16); }
H1.HeaderClassName
{
color: #BA2210;
}
.AnyTagClassName
{
color: #BA2210;
}
</style>
background-color css
<style>
a { background-color: #BA2210; }
a { background-color: rgb(186,34,16); }
div.DivClassName
{
background-color: #BA2210;
}
.BgClassName
{
background-color: #BA2210;
}
</style>
border-color css
<style>
span { border-color: #BA2210; }
span { border-color: rgb(186,34,16); }
td.TdClassName
{
border-color: #BA2210;
}
.TagClassName
{
border-color: #BA2210;
}
</style>