Shades of Fire Brick #BC201C
Tints of Fire Brick #BC201C
RGB
CMYK
RGB Variations
Color information
#BC201C (or 0xBC201C) is known color: Fire Brick. HEX triplet: BC, 20 and 1C. RGB value is (188,32,28). Sum of RGB (Red+Green+Blue) = 188+32+28=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC201C is #43DFE3. Grayscale: #4E4E4E. Windows color (decimal): -4448228 or 1843388. OLE color: 1843388.
HSL color Cylindrical-coordinate representation of color #BC201C: hue angle of 1.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC201C is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 28 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.26 |
| HSL | 1.5º | 0.74% | 0.42% | - |
| HSV(B) | 1.5º | 0.85% | 0.74% | - |
| XYZ | 21.47 | 11.81 | 2.25 | - |
| YUV | 78.19 | 99.68 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 28 | 0 | 0.83 | 0.85 | 0.26 | 1.5 | 0.74 | 0.42 |
| Hex | BC | 20 | 1C | 0 | 53 | 55 | 1A | 2 | 4A | 2A |
| Octal | 274 | 40 | 34 | 0 | 123 | 125 | 32 | 2 | 112 | 52 |
| Binary | 10111100 | 100000 | 11100 | 0 | 1010011 | 1010101 | 11010 | 10 | 1001010 | 101010 |
Color Harmonies of #BC201C
Complementary color
Monochromatic Colors of #BC201C
Black with #BC201C
Text Example
Text Example
White with #BC201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC201C; }
p { color: rgb(188,32,28); }
H1.HeaderClassName
{
color: #BC201C;
}
.AnyTagClassName
{
color: #BC201C;
}
</style>
background-color css
<style>
a { background-color: #BC201C; }
a { background-color: rgb(188,32,28); }
div.DivClassName
{
background-color: #BC201C;
}
.BgClassName
{
background-color: #BC201C;
}
</style>
border-color css
<style>
span { border-color: #BC201C; }
span { border-color: rgb(188,32,28); }
td.TdClassName
{
border-color: #BC201C;
}
.TagClassName
{
border-color: #BC201C;
}
</style>