Shades of Fire Brick #BC271E
Tints of Fire Brick #BC271E
RGB
CMYK
RGB Variations
Color information
#BC271E (or 0xBC271E) is known color: Fire Brick. HEX triplet: BC, 27 and 1E. RGB value is (188,39,30). Sum of RGB (Red+Green+Blue) = 188+39+30=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC271E is #43D8E1. Grayscale: #525252. Windows color (decimal): -4446434 or 1976252. OLE color: 1976252.
HSL color Cylindrical-coordinate representation of color #BC271E: hue angle of 3.42º 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 #BC271E is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 30 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.26 |
| HSL | 3.42º | 0.72% | 0.43% | - |
| HSV(B) | 3.42º | 0.84% | 0.74% | - |
| XYZ | 21.7 | 12.24 | 2.45 | - |
| YUV | 82.53 | 98.36 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 30 | 0 | 0.79 | 0.84 | 0.26 | 3.42 | 0.72 | 0.43 |
| Hex | BC | 27 | 1E | 0 | 4F | 54 | 1A | 3 | 48 | 2B |
| Octal | 274 | 47 | 36 | 0 | 117 | 124 | 32 | 3 | 110 | 53 |
| Binary | 10111100 | 100111 | 11110 | 0 | 1001111 | 1010100 | 11010 | 11 | 1001000 | 101011 |
Color Harmonies of #BC271E
Complementary color
Monochromatic Colors of #BC271E
Black with #BC271E
Text Example
Text Example
White with #BC271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC271E; }
p { color: rgb(188,39,30); }
H1.HeaderClassName
{
color: #BC271E;
}
.AnyTagClassName
{
color: #BC271E;
}
</style>
background-color css
<style>
a { background-color: #BC271E; }
a { background-color: rgb(188,39,30); }
div.DivClassName
{
background-color: #BC271E;
}
.BgClassName
{
background-color: #BC271E;
}
</style>
border-color css
<style>
span { border-color: #BC271E; }
span { border-color: rgb(188,39,30); }
td.TdClassName
{
border-color: #BC271E;
}
.TagClassName
{
border-color: #BC271E;
}
</style>