Shades of Fire Brick #BC2316
Tints of Fire Brick #BC2316
RGB
CMYK
RGB Variations
Color information
#BC2316 (or 0xBC2316) is known color: Fire Brick. HEX triplet: BC, 23 and 16. RGB value is (188,35,22). Sum of RGB (Red+Green+Blue) = 188+35+22=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2316 is #43DCE9. Grayscale: #4F4F4F. Windows color (decimal): -4447466 or 1450940. OLE color: 1450940.
HSL color Cylindrical-coordinate representation of color #BC2316: hue angle of 4.7º 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 #BC2316 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 22 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.26 |
| HSL | 4.7º | 0.79% | 0.41% | - |
| HSV(B) | 4.7º | 0.88% | 0.74% | - |
| XYZ | 21.48 | 11.95 | 1.93 | - |
| YUV | 79.27 | 95.69 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 22 | 0 | 0.81 | 0.88 | 0.26 | 4.7 | 0.79 | 0.41 |
| Hex | BC | 23 | 16 | 0 | 51 | 58 | 1A | 5 | 4F | 29 |
| Octal | 274 | 43 | 26 | 0 | 121 | 130 | 32 | 5 | 117 | 51 |
| Binary | 10111100 | 100011 | 10110 | 0 | 1010001 | 1011000 | 11010 | 101 | 1001111 | 101001 |
Color Harmonies of #BC2316
Complementary color
Monochromatic Colors of #BC2316
Black with #BC2316
Text Example
Text Example
White with #BC2316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2316; }
p { color: rgb(188,35,22); }
H1.HeaderClassName
{
color: #BC2316;
}
.AnyTagClassName
{
color: #BC2316;
}
</style>
background-color css
<style>
a { background-color: #BC2316; }
a { background-color: rgb(188,35,22); }
div.DivClassName
{
background-color: #BC2316;
}
.BgClassName
{
background-color: #BC2316;
}
</style>
border-color css
<style>
span { border-color: #BC2316; }
span { border-color: rgb(188,35,22); }
td.TdClassName
{
border-color: #BC2316;
}
.TagClassName
{
border-color: #BC2316;
}
</style>