Shades of Fire Brick #BC2615
Tints of Fire Brick #BC2615
RGB
CMYK
RGB Variations
Color information
#BC2615 (or 0xBC2615) is known color: Fire Brick. HEX triplet: BC, 26 and 15. RGB value is (188,38,21). Sum of RGB (Red+Green+Blue) = 188+38+21=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2615 is #43D9EA. Grayscale: #515151. Windows color (decimal): -4446699 or 1386172. OLE color: 1386172.
HSL color Cylindrical-coordinate representation of color #BC2615: hue angle of 6.11º 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 #BC2615 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 21 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.26 |
| HSL | 6.11º | 0.8% | 0.41% | - |
| HSV(B) | 6.11º | 0.89% | 0.74% | - |
| XYZ | 21.57 | 12.13 | 1.91 | - |
| YUV | 80.91 | 94.2 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 21 | 0 | 0.80 | 0.89 | 0.26 | 6.11 | 0.8 | 0.41 |
| Hex | BC | 26 | 15 | 0 | 50 | 59 | 1A | 6 | 50 | 29 |
| Octal | 274 | 46 | 25 | 0 | 120 | 131 | 32 | 6 | 120 | 51 |
| Binary | 10111100 | 100110 | 10101 | 0 | 1010000 | 1011001 | 11010 | 110 | 1010000 | 101001 |
Color Harmonies of #BC2615
Complementary color
Monochromatic Colors of #BC2615
Black with #BC2615
Text Example
Text Example
White with #BC2615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2615; }
p { color: rgb(188,38,21); }
H1.HeaderClassName
{
color: #BC2615;
}
.AnyTagClassName
{
color: #BC2615;
}
</style>
background-color css
<style>
a { background-color: #BC2615; }
a { background-color: rgb(188,38,21); }
div.DivClassName
{
background-color: #BC2615;
}
.BgClassName
{
background-color: #BC2615;
}
</style>
border-color css
<style>
span { border-color: #BC2615; }
span { border-color: rgb(188,38,21); }
td.TdClassName
{
border-color: #BC2615;
}
.TagClassName
{
border-color: #BC2615;
}
</style>