Shades of Fire Brick #BC211E
Tints of Fire Brick #BC211E
RGB
CMYK
RGB Variations
Color information
#BC211E (or 0xBC211E) is known color: Fire Brick. HEX triplet: BC, 21 and 1E. RGB value is (188,33,30). Sum of RGB (Red+Green+Blue) = 188+33+30=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC211E is #43DEE1. Grayscale: #4F4F4F. Windows color (decimal): -4447970 or 1974716. OLE color: 1974716.
HSL color Cylindrical-coordinate representation of color #BC211E: hue angle of 1.14º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC211E is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 30 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.26 |
| HSL | 1.14º | 0.72% | 0.43% | - |
| HSV(B) | 1.14º | 0.84% | 0.74% | - |
| XYZ | 21.52 | 11.87 | 2.39 | - |
| YUV | 79 | 100.35 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 30 | 0 | 0.82 | 0.84 | 0.26 | 1.14 | 0.72 | 0.43 |
| Hex | BC | 21 | 1E | 0 | 52 | 54 | 1A | 1 | 48 | 2B |
| Octal | 274 | 41 | 36 | 0 | 122 | 124 | 32 | 1 | 110 | 53 |
| Binary | 10111100 | 100001 | 11110 | 0 | 1010010 | 1010100 | 11010 | 1 | 1001000 | 101011 |
Color Harmonies of #BC211E
Complementary color
Monochromatic Colors of #BC211E
Black with #BC211E
Text Example
Text Example
White with #BC211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC211E; }
p { color: rgb(188,33,30); }
H1.HeaderClassName
{
color: #BC211E;
}
.AnyTagClassName
{
color: #BC211E;
}
</style>
background-color css
<style>
a { background-color: #BC211E; }
a { background-color: rgb(188,33,30); }
div.DivClassName
{
background-color: #BC211E;
}
.BgClassName
{
background-color: #BC211E;
}
</style>
border-color css
<style>
span { border-color: #BC211E; }
span { border-color: rgb(188,33,30); }
td.TdClassName
{
border-color: #BC211E;
}
.TagClassName
{
border-color: #BC211E;
}
</style>