Shades of Fire Brick #BA1C1B
Tints of Fire Brick #BA1C1B
RGB
CMYK
RGB Variations
Color information
#BA1C1B (or 0xBA1C1B) is known color: Fire Brick. HEX triplet: BA, 1C and 1B. RGB value is (186,28,27). Sum of RGB (Red+Green+Blue) = 186+28+27=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1C1B is #45E3E4. Grayscale: #4B4B4B. Windows color (decimal): -4580325 or 1776826. OLE color: 1776826.
HSL color Cylindrical-coordinate representation of color #BA1C1B: hue angle of 0.38º 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 #BA1C1B is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 27 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.27 |
| HSL | 0.38º | 0.75% | 0.42% | - |
| HSV(B) | 0.38º | 0.85% | 0.73% | - |
| XYZ | 20.86 | 11.35 | 2.13 | - |
| YUV | 75.13 | 100.85 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 27 | 0 | 0.85 | 0.85 | 0.27 | 0.38 | 0.75 | 0.42 |
| Hex | BA | 1C | 1B | 0 | 55 | 55 | 1B | 0 | 4B | 2A |
| Octal | 272 | 34 | 33 | 0 | 125 | 125 | 33 | 0 | 113 | 52 |
| Binary | 10111010 | 11100 | 11011 | 0 | 1010101 | 1010101 | 11011 | 0 | 1001011 | 101010 |
Color Harmonies of #BA1C1B
Complementary color
Monochromatic Colors of #BA1C1B
Black with #BA1C1B
Text Example
Text Example
White with #BA1C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C1B; }
p { color: rgb(186,28,27); }
H1.HeaderClassName
{
color: #BA1C1B;
}
.AnyTagClassName
{
color: #BA1C1B;
}
</style>
background-color css
<style>
a { background-color: #BA1C1B; }
a { background-color: rgb(186,28,27); }
div.DivClassName
{
background-color: #BA1C1B;
}
.BgClassName
{
background-color: #BA1C1B;
}
</style>
border-color css
<style>
span { border-color: #BA1C1B; }
span { border-color: rgb(186,28,27); }
td.TdClassName
{
border-color: #BA1C1B;
}
.TagClassName
{
border-color: #BA1C1B;
}
</style>