Shades of Fire Brick #BA2C1B
Tints of Fire Brick #BA2C1B
RGB
CMYK
RGB Variations
Color information
#BA2C1B (or 0xBA2C1B) is known color: Fire Brick. HEX triplet: BA, 2C and 1B. RGB value is (186,44,27). Sum of RGB (Red+Green+Blue) = 186+44+27=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C1B is #45D3E4. Grayscale: #545454. Windows color (decimal): -4576229 or 1780922. OLE color: 1780922.
HSL color Cylindrical-coordinate representation of color #BA2C1B: hue angle of 6.42º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA2C1B is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 27 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.27 |
| HSL | 6.42º | 0.75% | 0.42% | - |
| HSV(B) | 6.42º | 0.85% | 0.73% | - |
| XYZ | 21.35 | 12.32 | 2.29 | - |
| YUV | 84.52 | 95.54 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 27 | 0 | 0.76 | 0.85 | 0.27 | 6.42 | 0.75 | 0.42 |
| Hex | BA | 2C | 1B | 0 | 4C | 55 | 1B | 6 | 4B | 2A |
| Octal | 272 | 54 | 33 | 0 | 114 | 125 | 33 | 6 | 113 | 52 |
| Binary | 10111010 | 101100 | 11011 | 0 | 1001100 | 1010101 | 11011 | 110 | 1001011 | 101010 |
Color Harmonies of #BA2C1B
Complementary color
Monochromatic Colors of #BA2C1B
Black with #BA2C1B
Text Example
Text Example
White with #BA2C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2C1B; }
p { color: rgb(186,44,27); }
H1.HeaderClassName
{
color: #BA2C1B;
}
.AnyTagClassName
{
color: #BA2C1B;
}
</style>
background-color css
<style>
a { background-color: #BA2C1B; }
a { background-color: rgb(186,44,27); }
div.DivClassName
{
background-color: #BA2C1B;
}
.BgClassName
{
background-color: #BA2C1B;
}
</style>
border-color css
<style>
span { border-color: #BA2C1B; }
span { border-color: rgb(186,44,27); }
td.TdClassName
{
border-color: #BA2C1B;
}
.TagClassName
{
border-color: #BA2C1B;
}
</style>