Shades of Fire Brick #BC180F
Tints of Fire Brick #BC180F
RGB
CMYK
RGB Variations
Color information
#BC180F (or 0xBC180F) is known color: Fire Brick. HEX triplet: BC, 18 and 0F. RGB value is (188,24,15). Sum of RGB (Red+Green+Blue) = 188+24+15=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC180F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC180F is #43E7F0. Grayscale: #484848. Windows color (decimal): -4450289 or 989372. OLE color: 989372.
HSL color Cylindrical-coordinate representation of color #BC180F: hue angle of 3.12º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC180F is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 15 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.26 |
| HSL | 3.12º | 0.85% | 0.4% | - |
| HSV(B) | 3.12º | 0.92% | 0.74% | - |
| XYZ | 21.15 | 11.38 | 1.53 | - |
| YUV | 72.01 | 95.83 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 15 | 0 | 0.87 | 0.92 | 0.26 | 3.12 | 0.85 | 0.4 |
| Hex | BC | 18 | F | 0 | 57 | 5C | 1A | 3 | 55 | 28 |
| Octal | 274 | 30 | 17 | 0 | 127 | 134 | 32 | 3 | 125 | 50 |
| Binary | 10111100 | 11000 | 1111 | 0 | 1010111 | 1011100 | 11010 | 11 | 1010101 | 101000 |
Color Harmonies of #BC180F
Complementary color
Monochromatic Colors of #BC180F
Black with #BC180F
Text Example
Text Example
White with #BC180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC180F; }
p { color: rgb(188,24,15); }
H1.HeaderClassName
{
color: #BC180F;
}
.AnyTagClassName
{
color: #BC180F;
}
</style>
background-color css
<style>
a { background-color: #BC180F; }
a { background-color: rgb(188,24,15); }
div.DivClassName
{
background-color: #BC180F;
}
.BgClassName
{
background-color: #BC180F;
}
</style>
border-color css
<style>
span { border-color: #BC180F; }
span { border-color: rgb(188,24,15); }
td.TdClassName
{
border-color: #BC180F;
}
.TagClassName
{
border-color: #BC180F;
}
</style>