Shades of Fire Brick #BC211D
Tints of Fire Brick #BC211D
RGB
CMYK
RGB Variations
Color information
#BC211D (or 0xBC211D) is known color: Fire Brick. HEX triplet: BC, 21 and 1D. RGB value is (188,33,29). Sum of RGB (Red+Green+Blue) = 188+33+29=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC211D is #43DEE2. Grayscale: #4F4F4F. Windows color (decimal): -4447971 or 1909180. OLE color: 1909180.
HSL color Cylindrical-coordinate representation of color #BC211D: hue angle of 1.51º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC211D is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 29 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.26 |
| HSL | 1.51º | 0.73% | 0.43% | - |
| HSV(B) | 1.51º | 0.85% | 0.74% | - |
| XYZ | 21.5 | 11.87 | 2.32 | - |
| YUV | 78.89 | 99.85 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 29 | 0 | 0.82 | 0.85 | 0.26 | 1.51 | 0.73 | 0.43 |
| Hex | BC | 21 | 1D | 0 | 52 | 55 | 1A | 2 | 49 | 2B |
| Octal | 274 | 41 | 35 | 0 | 122 | 125 | 32 | 2 | 111 | 53 |
| Binary | 10111100 | 100001 | 11101 | 0 | 1010010 | 1010101 | 11010 | 10 | 1001001 | 101011 |
Color Harmonies of #BC211D
Complementary color
Monochromatic Colors of #BC211D
Black with #BC211D
Text Example
Text Example
White with #BC211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC211D; }
p { color: rgb(188,33,29); }
H1.HeaderClassName
{
color: #BC211D;
}
.AnyTagClassName
{
color: #BC211D;
}
</style>
background-color css
<style>
a { background-color: #BC211D; }
a { background-color: rgb(188,33,29); }
div.DivClassName
{
background-color: #BC211D;
}
.BgClassName
{
background-color: #BC211D;
}
</style>
border-color css
<style>
span { border-color: #BC211D; }
span { border-color: rgb(188,33,29); }
td.TdClassName
{
border-color: #BC211D;
}
.TagClassName
{
border-color: #BC211D;
}
</style>