Shades of Fire Brick #BC2018
Tints of Fire Brick #BC2018
RGB
CMYK
RGB Variations
Color information
#BC2018 (or 0xBC2018) is known color: Fire Brick. HEX triplet: BC, 20 and 18. RGB value is (188,32,24). Sum of RGB (Red+Green+Blue) = 188+32+24=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2018 is #43DFE7. Grayscale: #4D4D4D. Windows color (decimal): -4448232 or 1581244. OLE color: 1581244.
HSL color Cylindrical-coordinate representation of color #BC2018: hue angle of 2.93º 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 #BC2018 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 24 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.26 |
| HSL | 2.93º | 0.77% | 0.42% | - |
| HSV(B) | 2.93º | 0.87% | 0.74% | - |
| XYZ | 21.42 | 11.79 | 2.01 | - |
| YUV | 77.73 | 97.68 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 24 | 0 | 0.83 | 0.87 | 0.26 | 2.93 | 0.77 | 0.42 |
| Hex | BC | 20 | 18 | 0 | 53 | 57 | 1A | 3 | 4D | 2A |
| Octal | 274 | 40 | 30 | 0 | 123 | 127 | 32 | 3 | 115 | 52 |
| Binary | 10111100 | 100000 | 11000 | 0 | 1010011 | 1010111 | 11010 | 11 | 1001101 | 101010 |
Color Harmonies of #BC2018
Complementary color
Monochromatic Colors of #BC2018
Black with #BC2018
Text Example
Text Example
White with #BC2018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2018; }
p { color: rgb(188,32,24); }
H1.HeaderClassName
{
color: #BC2018;
}
.AnyTagClassName
{
color: #BC2018;
}
</style>
background-color css
<style>
a { background-color: #BC2018; }
a { background-color: rgb(188,32,24); }
div.DivClassName
{
background-color: #BC2018;
}
.BgClassName
{
background-color: #BC2018;
}
</style>
border-color css
<style>
span { border-color: #BC2018; }
span { border-color: rgb(188,32,24); }
td.TdClassName
{
border-color: #BC2018;
}
.TagClassName
{
border-color: #BC2018;
}
</style>