Shades of Fire Brick #BC201A
Tints of Fire Brick #BC201A
RGB
CMYK
RGB Variations
Color information
#BC201A (or 0xBC201A) is known color: Fire Brick. HEX triplet: BC, 20 and 1A. RGB value is (188,32,26). Sum of RGB (Red+Green+Blue) = 188+32+26=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC201A is #43DFE5. Grayscale: #4E4E4E. Windows color (decimal): -4448230 or 1712316. OLE color: 1712316.
HSL color Cylindrical-coordinate representation of color #BC201A: hue angle of 2.22º degrees, saturation: 0.76, 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 #BC201A is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 26 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.26 |
| HSL | 2.22º | 0.76% | 0.42% | - |
| HSV(B) | 2.22º | 0.86% | 0.74% | - |
| XYZ | 21.44 | 11.8 | 2.12 | - |
| YUV | 77.96 | 98.68 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 26 | 0 | 0.83 | 0.86 | 0.26 | 2.22 | 0.76 | 0.42 |
| Hex | BC | 20 | 1A | 0 | 53 | 56 | 1A | 2 | 4C | 2A |
| Octal | 274 | 40 | 32 | 0 | 123 | 126 | 32 | 2 | 114 | 52 |
| Binary | 10111100 | 100000 | 11010 | 0 | 1010011 | 1010110 | 11010 | 10 | 1001100 | 101010 |
Color Harmonies of #BC201A
Complementary color
Monochromatic Colors of #BC201A
Black with #BC201A
Text Example
Text Example
White with #BC201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC201A; }
p { color: rgb(188,32,26); }
H1.HeaderClassName
{
color: #BC201A;
}
.AnyTagClassName
{
color: #BC201A;
}
</style>
background-color css
<style>
a { background-color: #BC201A; }
a { background-color: rgb(188,32,26); }
div.DivClassName
{
background-color: #BC201A;
}
.BgClassName
{
background-color: #BC201A;
}
</style>
border-color css
<style>
span { border-color: #BC201A; }
span { border-color: rgb(188,32,26); }
td.TdClassName
{
border-color: #BC201A;
}
.TagClassName
{
border-color: #BC201A;
}
</style>