Shades of Fire Brick #BC201D
Tints of Fire Brick #BC201D
RGB
CMYK
RGB Variations
Color information
#BC201D (or 0xBC201D) is known color: Fire Brick. HEX triplet: BC, 20 and 1D. RGB value is (188,32,29). Sum of RGB (Red+Green+Blue) = 188+32+29=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC201D is #43DFE2. Grayscale: #4E4E4E. Windows color (decimal): -4448227 or 1908924. OLE color: 1908924.
HSL color Cylindrical-coordinate representation of color #BC201D: hue angle of 1.13º 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 #BC201D is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 29 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.26 |
| HSL | 1.13º | 0.73% | 0.43% | - |
| HSV(B) | 1.13º | 0.85% | 0.74% | - |
| XYZ | 21.48 | 11.81 | 2.31 | - |
| YUV | 78.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 29 | 0 | 0.83 | 0.85 | 0.26 | 1.13 | 0.73 | 0.43 |
| Hex | BC | 20 | 1D | 0 | 53 | 55 | 1A | 1 | 49 | 2B |
| Octal | 274 | 40 | 35 | 0 | 123 | 125 | 32 | 1 | 111 | 53 |
| Binary | 10111100 | 100000 | 11101 | 0 | 1010011 | 1010101 | 11010 | 1 | 1001001 | 101011 |
Color Harmonies of #BC201D
Complementary color
Monochromatic Colors of #BC201D
Black with #BC201D
Text Example
Text Example
White with #BC201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC201D; }
p { color: rgb(188,32,29); }
H1.HeaderClassName
{
color: #BC201D;
}
.AnyTagClassName
{
color: #BC201D;
}
</style>
background-color css
<style>
a { background-color: #BC201D; }
a { background-color: rgb(188,32,29); }
div.DivClassName
{
background-color: #BC201D;
}
.BgClassName
{
background-color: #BC201D;
}
</style>
border-color css
<style>
span { border-color: #BC201D; }
span { border-color: rgb(188,32,29); }
td.TdClassName
{
border-color: #BC201D;
}
.TagClassName
{
border-color: #BC201D;
}
</style>