Shades of Fire Brick #BA2C23
Tints of Fire Brick #BA2C23
RGB
CMYK
RGB Variations
Color information
#BA2C23 (or 0xBA2C23) is known color: Fire Brick. HEX triplet: BA, 2C and 23. RGB value is (186,44,35). Sum of RGB (Red+Green+Blue) = 186+44+35=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C23 is #45D3DC. Grayscale: #555555. Windows color (decimal): -4576221 or 2305210. OLE color: 2305210.
HSL color Cylindrical-coordinate representation of color #BA2C23: hue angle of 3.58º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2C23 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 35 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.27 |
| HSL | 3.58º | 0.68% | 0.43% | - |
| HSV(B) | 3.58º | 0.81% | 0.73% | - |
| XYZ | 21.45 | 12.36 | 2.85 | - |
| YUV | 85.43 | 99.54 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 35 | 0 | 0.76 | 0.81 | 0.27 | 3.58 | 0.68 | 0.43 |
| Hex | BA | 2C | 23 | 0 | 4C | 51 | 1B | 4 | 44 | 2B |
| Octal | 272 | 54 | 43 | 0 | 114 | 121 | 33 | 4 | 104 | 53 |
| Binary | 10111010 | 101100 | 100011 | 0 | 1001100 | 1010001 | 11011 | 100 | 1000100 | 101011 |
Color Harmonies of #BA2C23
Complementary color
Monochromatic Colors of #BA2C23
Black with #BA2C23
Text Example
Text Example
White with #BA2C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2C23; }
p { color: rgb(186,44,35); }
H1.HeaderClassName
{
color: #BA2C23;
}
.AnyTagClassName
{
color: #BA2C23;
}
</style>
background-color css
<style>
a { background-color: #BA2C23; }
a { background-color: rgb(186,44,35); }
div.DivClassName
{
background-color: #BA2C23;
}
.BgClassName
{
background-color: #BA2C23;
}
</style>
border-color css
<style>
span { border-color: #BA2C23; }
span { border-color: rgb(186,44,35); }
td.TdClassName
{
border-color: #BA2C23;
}
.TagClassName
{
border-color: #BA2C23;
}
</style>