Shades of Fire Brick #BC2115
Tints of Fire Brick #BC2115
RGB
CMYK
RGB Variations
Color information
#BC2115 (or 0xBC2115) is known color: Fire Brick. HEX triplet: BC, 21 and 15. RGB value is (188,33,21). Sum of RGB (Red+Green+Blue) = 188+33+21=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2115 is #43DEEA. Grayscale: #4E4E4E. Windows color (decimal): -4447979 or 1384892. OLE color: 1384892.
HSL color Cylindrical-coordinate representation of color #BC2115: hue angle of 4.31º 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 #BC2115 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 21 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.26 |
| HSL | 4.31º | 0.8% | 0.41% | - |
| HSV(B) | 4.31º | 0.89% | 0.74% | - |
| XYZ | 21.42 | 11.83 | 1.86 | - |
| YUV | 77.98 | 95.85 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 21 | 0 | 0.82 | 0.89 | 0.26 | 4.31 | 0.8 | 0.41 |
| Hex | BC | 21 | 15 | 0 | 52 | 59 | 1A | 4 | 50 | 29 |
| Octal | 274 | 41 | 25 | 0 | 122 | 131 | 32 | 4 | 120 | 51 |
| Binary | 10111100 | 100001 | 10101 | 0 | 1010010 | 1011001 | 11010 | 100 | 1010000 | 101001 |
Color Harmonies of #BC2115
Complementary color
Monochromatic Colors of #BC2115
Black with #BC2115
Text Example
Text Example
White with #BC2115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2115; }
p { color: rgb(188,33,21); }
H1.HeaderClassName
{
color: #BC2115;
}
.AnyTagClassName
{
color: #BC2115;
}
</style>
background-color css
<style>
a { background-color: #BC2115; }
a { background-color: rgb(188,33,21); }
div.DivClassName
{
background-color: #BC2115;
}
.BgClassName
{
background-color: #BC2115;
}
</style>
border-color css
<style>
span { border-color: #BC2115; }
span { border-color: rgb(188,33,21); }
td.TdClassName
{
border-color: #BC2115;
}
.TagClassName
{
border-color: #BC2115;
}
</style>