Shades of Fire Brick #BC2616
Tints of Fire Brick #BC2616
RGB
CMYK
RGB Variations
Color information
#BC2616 (or 0xBC2616) is known color: Fire Brick. HEX triplet: BC, 26 and 16. RGB value is (188,38,22). Sum of RGB (Red+Green+Blue) = 188+38+22=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2616 is #43D9E9. Grayscale: #515151. Windows color (decimal): -4446698 or 1451708. OLE color: 1451708.
HSL color Cylindrical-coordinate representation of color #BC2616: hue angle of 5.78º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC2616 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 22 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.26 |
| HSL | 5.78º | 0.79% | 0.41% | - |
| HSV(B) | 5.78º | 0.88% | 0.74% | - |
| XYZ | 21.58 | 12.14 | 1.96 | - |
| YUV | 81.03 | 94.7 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 22 | 0 | 0.80 | 0.88 | 0.26 | 5.78 | 0.79 | 0.41 |
| Hex | BC | 26 | 16 | 0 | 50 | 58 | 1A | 6 | 4F | 29 |
| Octal | 274 | 46 | 26 | 0 | 120 | 130 | 32 | 6 | 117 | 51 |
| Binary | 10111100 | 100110 | 10110 | 0 | 1010000 | 1011000 | 11010 | 110 | 1001111 | 101001 |
Color Harmonies of #BC2616
Complementary color
Monochromatic Colors of #BC2616
Black with #BC2616
Text Example
Text Example
White with #BC2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2616; }
p { color: rgb(188,38,22); }
H1.HeaderClassName
{
color: #BC2616;
}
.AnyTagClassName
{
color: #BC2616;
}
</style>
background-color css
<style>
a { background-color: #BC2616; }
a { background-color: rgb(188,38,22); }
div.DivClassName
{
background-color: #BC2616;
}
.BgClassName
{
background-color: #BC2616;
}
</style>
border-color css
<style>
span { border-color: #BC2616; }
span { border-color: rgb(188,38,22); }
td.TdClassName
{
border-color: #BC2616;
}
.TagClassName
{
border-color: #BC2616;
}
</style>