Shades of Fire Brick #BC2C1E
Tints of Fire Brick #BC2C1E
RGB
CMYK
RGB Variations
Color information
#BC2C1E (or 0xBC2C1E) is known color: Fire Brick. HEX triplet: BC, 2C and 1E. RGB value is (188,44,30). Sum of RGB (Red+Green+Blue) = 188+44+30=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2C1E is #43D3E1. Grayscale: #555555. Windows color (decimal): -4445154 or 1977532. OLE color: 1977532.
HSL color Cylindrical-coordinate representation of color #BC2C1E: hue angle of 5.32º 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 #BC2C1E is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 44 | 30 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.26 |
| HSL | 5.32º | 0.72% | 0.43% | - |
| HSV(B) | 5.32º | 0.84% | 0.74% | - |
| XYZ | 21.87 | 12.59 | 2.5 | - |
| YUV | 85.46 | 96.71 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 30 | 0 | 0.77 | 0.84 | 0.26 | 5.32 | 0.72 | 0.43 |
| Hex | BC | 2C | 1E | 0 | 4D | 54 | 1A | 5 | 48 | 2B |
| Octal | 274 | 54 | 36 | 0 | 115 | 124 | 32 | 5 | 110 | 53 |
| Binary | 10111100 | 101100 | 11110 | 0 | 1001101 | 1010100 | 11010 | 101 | 1001000 | 101011 |
Color Harmonies of #BC2C1E
Complementary color
Monochromatic Colors of #BC2C1E
Black with #BC2C1E
Text Example
Text Example
White with #BC2C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2C1E; }
p { color: rgb(188,44,30); }
H1.HeaderClassName
{
color: #BC2C1E;
}
.AnyTagClassName
{
color: #BC2C1E;
}
</style>
background-color css
<style>
a { background-color: #BC2C1E; }
a { background-color: rgb(188,44,30); }
div.DivClassName
{
background-color: #BC2C1E;
}
.BgClassName
{
background-color: #BC2C1E;
}
</style>
border-color css
<style>
span { border-color: #BC2C1E; }
span { border-color: rgb(188,44,30); }
td.TdClassName
{
border-color: #BC2C1E;
}
.TagClassName
{
border-color: #BC2C1E;
}
</style>