Shades of Fire Brick #BC201B
Tints of Fire Brick #BC201B
RGB
CMYK
RGB Variations
Color information
#BC201B (or 0xBC201B) is known color: Fire Brick. HEX triplet: BC, 20 and 1B. RGB value is (188,32,27). Sum of RGB (Red+Green+Blue) = 188+32+27=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC201B is #43DFE4. Grayscale: #4E4E4E. Windows color (decimal): -4448229 or 1777852. OLE color: 1777852.
HSL color Cylindrical-coordinate representation of color #BC201B: hue angle of 1.86º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC201B is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 27 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.26 |
| HSL | 1.86º | 0.75% | 0.42% | - |
| HSV(B) | 1.86º | 0.86% | 0.74% | - |
| XYZ | 21.45 | 11.8 | 2.18 | - |
| YUV | 78.07 | 99.18 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 27 | 0 | 0.83 | 0.86 | 0.26 | 1.86 | 0.75 | 0.42 |
| Hex | BC | 20 | 1B | 0 | 53 | 56 | 1A | 2 | 4B | 2A |
| Octal | 274 | 40 | 33 | 0 | 123 | 126 | 32 | 2 | 113 | 52 |
| Binary | 10111100 | 100000 | 11011 | 0 | 1010011 | 1010110 | 11010 | 10 | 1001011 | 101010 |
Color Harmonies of #BC201B
Complementary color
Monochromatic Colors of #BC201B
Black with #BC201B
Text Example
Text Example
White with #BC201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC201B; }
p { color: rgb(188,32,27); }
H1.HeaderClassName
{
color: #BC201B;
}
.AnyTagClassName
{
color: #BC201B;
}
</style>
background-color css
<style>
a { background-color: #BC201B; }
a { background-color: rgb(188,32,27); }
div.DivClassName
{
background-color: #BC201B;
}
.BgClassName
{
background-color: #BC201B;
}
</style>
border-color css
<style>
span { border-color: #BC201B; }
span { border-color: rgb(188,32,27); }
td.TdClassName
{
border-color: #BC201B;
}
.TagClassName
{
border-color: #BC201B;
}
</style>