Shades of Fire Brick #BC1C15
Tints of Fire Brick #BC1C15
RGB
CMYK
RGB Variations
Color information
#BC1C15 (or 0xBC1C15) is known color: Fire Brick. HEX triplet: BC, 1C and 15. RGB value is (188,28,21). Sum of RGB (Red+Green+Blue) = 188+28+21=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1C15 is #43E3EA. Grayscale: #4B4B4B. Windows color (decimal): -4449259 or 1383612. OLE color: 1383612.
HSL color Cylindrical-coordinate representation of color #BC1C15: hue angle of 2.51º degrees, saturation: 0.8, 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 #BC1C15 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 21 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.26 |
| HSL | 2.51º | 0.8% | 0.41% | - |
| HSV(B) | 2.51º | 0.89% | 0.74% | - |
| XYZ | 21.29 | 11.58 | 1.82 | - |
| YUV | 75.04 | 97.51 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 21 | 0 | 0.85 | 0.89 | 0.26 | 2.51 | 0.8 | 0.41 |
| Hex | BC | 1C | 15 | 0 | 55 | 59 | 1A | 3 | 50 | 29 |
| Octal | 274 | 34 | 25 | 0 | 125 | 131 | 32 | 3 | 120 | 51 |
| Binary | 10111100 | 11100 | 10101 | 0 | 1010101 | 1011001 | 11010 | 11 | 1010000 | 101001 |
Color Harmonies of #BC1C15
Complementary color
Monochromatic Colors of #BC1C15
Black with #BC1C15
Text Example
Text Example
White with #BC1C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1C15; }
p { color: rgb(188,28,21); }
H1.HeaderClassName
{
color: #BC1C15;
}
.AnyTagClassName
{
color: #BC1C15;
}
</style>
background-color css
<style>
a { background-color: #BC1C15; }
a { background-color: rgb(188,28,21); }
div.DivClassName
{
background-color: #BC1C15;
}
.BgClassName
{
background-color: #BC1C15;
}
</style>
border-color css
<style>
span { border-color: #BC1C15; }
span { border-color: rgb(188,28,21); }
td.TdClassName
{
border-color: #BC1C15;
}
.TagClassName
{
border-color: #BC1C15;
}
</style>