Shades of Fire Brick #BC2623
Tints of Fire Brick #BC2623
RGB
CMYK
RGB Variations
Color information
#BC2623 (or 0xBC2623) is known color: Fire Brick. HEX triplet: BC, 26 and 23. RGB value is (188,38,35). Sum of RGB (Red+Green+Blue) = 188+38+35=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2623 is #43D9DC. Grayscale: #525252. Windows color (decimal): -4446685 or 2303676. OLE color: 2303676.
HSL color Cylindrical-coordinate representation of color #BC2623: hue angle of 1.18º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2623 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 35 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.26 |
| HSL | 1.18º | 0.69% | 0.44% | - |
| HSV(B) | 1.18º | 0.81% | 0.74% | - |
| XYZ | 21.74 | 12.2 | 2.8 | - |
| YUV | 82.51 | 101.2 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 35 | 0 | 0.80 | 0.81 | 0.26 | 1.18 | 0.69 | 0.44 |
| Hex | BC | 26 | 23 | 0 | 50 | 51 | 1A | 1 | 45 | 2C |
| Octal | 274 | 46 | 43 | 0 | 120 | 121 | 32 | 1 | 105 | 54 |
| Binary | 10111100 | 100110 | 100011 | 0 | 1010000 | 1010001 | 11010 | 1 | 1000101 | 101100 |
Color Harmonies of #BC2623
Complementary color
Monochromatic Colors of #BC2623
Black with #BC2623
Text Example
Text Example
White with #BC2623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2623; }
p { color: rgb(188,38,35); }
H1.HeaderClassName
{
color: #BC2623;
}
.AnyTagClassName
{
color: #BC2623;
}
</style>
background-color css
<style>
a { background-color: #BC2623; }
a { background-color: rgb(188,38,35); }
div.DivClassName
{
background-color: #BC2623;
}
.BgClassName
{
background-color: #BC2623;
}
</style>
border-color css
<style>
span { border-color: #BC2623; }
span { border-color: rgb(188,38,35); }
td.TdClassName
{
border-color: #BC2623;
}
.TagClassName
{
border-color: #BC2623;
}
</style>