Shades of Fire Brick #BC1E18
Tints of Fire Brick #BC1E18
RGB
CMYK
RGB Variations
Color information
#BC1E18 (or 0xBC1E18) is known color: Fire Brick. HEX triplet: BC, 1E and 18. RGB value is (188,30,24). Sum of RGB (Red+Green+Blue) = 188+30+24=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1E18 is #43E1E7. Grayscale: #4C4C4C. Windows color (decimal): -4448744 or 1580732. OLE color: 1580732.
HSL color Cylindrical-coordinate representation of color #BC1E18: hue angle of 2.2º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1E18 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 24 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.26 |
| HSL | 2.2º | 0.77% | 0.42% | - |
| HSV(B) | 2.2º | 0.87% | 0.74% | - |
| XYZ | 21.37 | 11.69 | 1.99 | - |
| YUV | 76.56 | 98.35 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 24 | 0 | 0.84 | 0.87 | 0.26 | 2.2 | 0.77 | 0.42 |
| Hex | BC | 1E | 18 | 0 | 54 | 57 | 1A | 2 | 4D | 2A |
| Octal | 274 | 36 | 30 | 0 | 124 | 127 | 32 | 2 | 115 | 52 |
| Binary | 10111100 | 11110 | 11000 | 0 | 1010100 | 1010111 | 11010 | 10 | 1001101 | 101010 |
Color Harmonies of #BC1E18
Complementary color
Monochromatic Colors of #BC1E18
Black with #BC1E18
Text Example
Text Example
White with #BC1E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E18; }
p { color: rgb(188,30,24); }
H1.HeaderClassName
{
color: #BC1E18;
}
.AnyTagClassName
{
color: #BC1E18;
}
</style>
background-color css
<style>
a { background-color: #BC1E18; }
a { background-color: rgb(188,30,24); }
div.DivClassName
{
background-color: #BC1E18;
}
.BgClassName
{
background-color: #BC1E18;
}
</style>
border-color css
<style>
span { border-color: #BC1E18; }
span { border-color: rgb(188,30,24); }
td.TdClassName
{
border-color: #BC1E18;
}
.TagClassName
{
border-color: #BC1E18;
}
</style>