Shades of Fire Brick #BC2715
Tints of Fire Brick #BC2715
RGB
CMYK
RGB Variations
Color information
#BC2715 (or 0xBC2715) is known color: Fire Brick. HEX triplet: BC, 27 and 15. RGB value is (188,39,21). Sum of RGB (Red+Green+Blue) = 188+39+21=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2715 is #43D8EA. Grayscale: #515151. Windows color (decimal): -4446443 or 1386428. OLE color: 1386428.
HSL color Cylindrical-coordinate representation of color #BC2715: hue angle of 6.47º 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 #BC2715 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 21 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.26 |
| HSL | 6.47º | 0.8% | 0.41% | - |
| HSV(B) | 6.47º | 0.89% | 0.74% | - |
| XYZ | 21.6 | 12.2 | 1.93 | - |
| YUV | 81.5 | 93.86 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 21 | 0 | 0.79 | 0.89 | 0.26 | 6.47 | 0.8 | 0.41 |
| Hex | BC | 27 | 15 | 0 | 4F | 59 | 1A | 6 | 50 | 29 |
| Octal | 274 | 47 | 25 | 0 | 117 | 131 | 32 | 6 | 120 | 51 |
| Binary | 10111100 | 100111 | 10101 | 0 | 1001111 | 1011001 | 11010 | 110 | 1010000 | 101001 |
Color Harmonies of #BC2715
Complementary color
Monochromatic Colors of #BC2715
Black with #BC2715
Text Example
Text Example
White with #BC2715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2715; }
p { color: rgb(188,39,21); }
H1.HeaderClassName
{
color: #BC2715;
}
.AnyTagClassName
{
color: #BC2715;
}
</style>
background-color css
<style>
a { background-color: #BC2715; }
a { background-color: rgb(188,39,21); }
div.DivClassName
{
background-color: #BC2715;
}
.BgClassName
{
background-color: #BC2715;
}
</style>
border-color css
<style>
span { border-color: #BC2715; }
span { border-color: rgb(188,39,21); }
td.TdClassName
{
border-color: #BC2715;
}
.TagClassName
{
border-color: #BC2715;
}
</style>