Shades of Fire Brick #BC1F14
Tints of Fire Brick #BC1F14
RGB
CMYK
RGB Variations
Color information
#BC1F14 (or 0xBC1F14) is known color: Fire Brick. HEX triplet: BC, 1F and 14. RGB value is (188,31,20). Sum of RGB (Red+Green+Blue) = 188+31+20=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1F14 is #43E0EB. Grayscale: #4C4C4C. Windows color (decimal): -4448492 or 1318844. OLE color: 1318844.
HSL color Cylindrical-coordinate representation of color #BC1F14: hue angle of 3.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1F14 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 20 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.26 |
| HSL | 3.93º | 0.81% | 0.41% | - |
| HSV(B) | 3.93º | 0.89% | 0.74% | - |
| XYZ | 21.36 | 11.72 | 1.8 | - |
| YUV | 76.69 | 96.01 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 20 | 0 | 0.84 | 0.89 | 0.26 | 3.93 | 0.81 | 0.41 |
| Hex | BC | 1F | 14 | 0 | 54 | 59 | 1A | 4 | 51 | 29 |
| Octal | 274 | 37 | 24 | 0 | 124 | 131 | 32 | 4 | 121 | 51 |
| Binary | 10111100 | 11111 | 10100 | 0 | 1010100 | 1011001 | 11010 | 100 | 1010001 | 101001 |
Color Harmonies of #BC1F14
Complementary color
Monochromatic Colors of #BC1F14
Black with #BC1F14
Text Example
Text Example
White with #BC1F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1F14; }
p { color: rgb(188,31,20); }
H1.HeaderClassName
{
color: #BC1F14;
}
.AnyTagClassName
{
color: #BC1F14;
}
</style>
background-color css
<style>
a { background-color: #BC1F14; }
a { background-color: rgb(188,31,20); }
div.DivClassName
{
background-color: #BC1F14;
}
.BgClassName
{
background-color: #BC1F14;
}
</style>
border-color css
<style>
span { border-color: #BC1F14; }
span { border-color: rgb(188,31,20); }
td.TdClassName
{
border-color: #BC1F14;
}
.TagClassName
{
border-color: #BC1F14;
}
</style>