Shades of Fire Brick #BC2D1E
Tints of Fire Brick #BC2D1E
RGB
CMYK
RGB Variations
Color information
#BC2D1E (or 0xBC2D1E) is known color: Fire Brick. HEX triplet: BC, 2D and 1E. RGB value is (188,45,30). Sum of RGB (Red+Green+Blue) = 188+45+30=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D1E is #43D2E1. Grayscale: #565656. Windows color (decimal): -4444898 or 1977788. OLE color: 1977788.
HSL color Cylindrical-coordinate representation of color #BC2D1E: hue angle of 5.7º 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 #BC2D1E is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 30 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.26 |
| HSL | 5.7º | 0.72% | 0.43% | - |
| HSV(B) | 5.7º | 0.84% | 0.74% | - |
| XYZ | 21.91 | 12.66 | 2.52 | - |
| YUV | 86.05 | 96.38 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 30 | 0 | 0.76 | 0.84 | 0.26 | 5.7 | 0.72 | 0.43 |
| Hex | BC | 2D | 1E | 0 | 4C | 54 | 1A | 6 | 48 | 2B |
| Octal | 274 | 55 | 36 | 0 | 114 | 124 | 32 | 6 | 110 | 53 |
| Binary | 10111100 | 101101 | 11110 | 0 | 1001100 | 1010100 | 11010 | 110 | 1001000 | 101011 |
Color Harmonies of #BC2D1E
Complementary color
Monochromatic Colors of #BC2D1E
Black with #BC2D1E
Text Example
Text Example
White with #BC2D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D1E; }
p { color: rgb(188,45,30); }
H1.HeaderClassName
{
color: #BC2D1E;
}
.AnyTagClassName
{
color: #BC2D1E;
}
</style>
background-color css
<style>
a { background-color: #BC2D1E; }
a { background-color: rgb(188,45,30); }
div.DivClassName
{
background-color: #BC2D1E;
}
.BgClassName
{
background-color: #BC2D1E;
}
</style>
border-color css
<style>
span { border-color: #BC2D1E; }
span { border-color: rgb(188,45,30); }
td.TdClassName
{
border-color: #BC2D1E;
}
.TagClassName
{
border-color: #BC2D1E;
}
</style>