Shades of Fire Brick #BA1C07
Tints of Fire Brick #BA1C07
RGB
CMYK
RGB Variations
Color information
#BA1C07 (or 0xBA1C07) is known color: Fire Brick. HEX triplet: BA, 1C and 07. RGB value is (186,28,7). Sum of RGB (Red+Green+Blue) = 186+28+7=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1C07 is #45E3F8. Grayscale: #494949. Windows color (decimal): -4580345 or 466106. OLE color: 466106.
HSL color Cylindrical-coordinate representation of color #BA1C07: hue angle of 7.04º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA1C07 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 7 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.27 |
| HSL | 7.04º | 0.93% | 0.38% | - |
| HSV(B) | 7.04º | 0.96% | 0.73% | - |
| XYZ | 20.7 | 11.28 | 1.29 | - |
| YUV | 72.85 | 90.85 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 7 | 0 | 0.85 | 0.96 | 0.27 | 7.04 | 0.93 | 0.38 |
| Hex | BA | 1C | 7 | 0 | 55 | 60 | 1B | 7 | 5D | 26 |
| Octal | 272 | 34 | 7 | 0 | 125 | 140 | 33 | 7 | 135 | 46 |
| Binary | 10111010 | 11100 | 111 | 0 | 1010101 | 1100000 | 11011 | 111 | 1011101 | 100110 |
Color Harmonies of #BA1C07
Complementary color
Monochromatic Colors of #BA1C07
Black with #BA1C07
Text Example
Text Example
White with #BA1C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C07; }
p { color: rgb(186,28,7); }
H1.HeaderClassName
{
color: #BA1C07;
}
.AnyTagClassName
{
color: #BA1C07;
}
</style>
background-color css
<style>
a { background-color: #BA1C07; }
a { background-color: rgb(186,28,7); }
div.DivClassName
{
background-color: #BA1C07;
}
.BgClassName
{
background-color: #BA1C07;
}
</style>
border-color css
<style>
span { border-color: #BA1C07; }
span { border-color: rgb(186,28,7); }
td.TdClassName
{
border-color: #BA1C07;
}
.TagClassName
{
border-color: #BA1C07;
}
</style>