Shades of Fire Brick #BC201E
Tints of Fire Brick #BC201E
RGB
CMYK
RGB Variations
Color information
#BC201E (or 0xBC201E) is known color: Fire Brick. HEX triplet: BC, 20 and 1E. RGB value is (188,32,30). Sum of RGB (Red+Green+Blue) = 188+32+30=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC201E is #43DFE1. Grayscale: #4E4E4E. Windows color (decimal): -4448226 or 1974460. OLE color: 1974460.
HSL color Cylindrical-coordinate representation of color #BC201E: hue angle of 0.76º 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 #BC201E is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 30 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.26 |
| HSL | 0.76º | 0.72% | 0.43% | - |
| HSV(B) | 0.76º | 0.84% | 0.74% | - |
| XYZ | 21.49 | 11.82 | 2.38 | - |
| YUV | 78.42 | 100.68 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 30 | 0 | 0.83 | 0.84 | 0.26 | 0.76 | 0.72 | 0.43 |
| Hex | BC | 20 | 1E | 0 | 53 | 54 | 1A | 1 | 48 | 2B |
| Octal | 274 | 40 | 36 | 0 | 123 | 124 | 32 | 1 | 110 | 53 |
| Binary | 10111100 | 100000 | 11110 | 0 | 1010011 | 1010100 | 11010 | 1 | 1001000 | 101011 |
Color Harmonies of #BC201E
Complementary color
Monochromatic Colors of #BC201E
Black with #BC201E
Text Example
Text Example
White with #BC201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC201E; }
p { color: rgb(188,32,30); }
H1.HeaderClassName
{
color: #BC201E;
}
.AnyTagClassName
{
color: #BC201E;
}
</style>
background-color css
<style>
a { background-color: #BC201E; }
a { background-color: rgb(188,32,30); }
div.DivClassName
{
background-color: #BC201E;
}
.BgClassName
{
background-color: #BC201E;
}
</style>
border-color css
<style>
span { border-color: #BC201E; }
span { border-color: rgb(188,32,30); }
td.TdClassName
{
border-color: #BC201E;
}
.TagClassName
{
border-color: #BC201E;
}
</style>