Shades of Fire Brick #BC1C08
Tints of Fire Brick #BC1C08
RGB
CMYK
RGB Variations
Color information
#BC1C08 (or 0xBC1C08) is known color: Fire Brick. HEX triplet: BC, 1C and 08. RGB value is (188,28,8). Sum of RGB (Red+Green+Blue) = 188+28+8=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1C08 is #43E3F7. Grayscale: #494949. Windows color (decimal): -4449272 or 531644. OLE color: 531644.
HSL color Cylindrical-coordinate representation of color #BC1C08: hue angle of 6.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC1C08 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 8 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.26 |
| HSL | 6.67º | 0.92% | 0.38% | - |
| HSV(B) | 6.67º | 0.96% | 0.74% | - |
| XYZ | 21.2 | 11.54 | 1.34 | - |
| YUV | 73.56 | 91.01 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 8 | 0 | 0.85 | 0.96 | 0.26 | 6.67 | 0.92 | 0.38 |
| Hex | BC | 1C | 8 | 0 | 55 | 60 | 1A | 7 | 5C | 26 |
| Octal | 274 | 34 | 10 | 0 | 125 | 140 | 32 | 7 | 134 | 46 |
| Binary | 10111100 | 11100 | 1000 | 0 | 1010101 | 1100000 | 11010 | 111 | 1011100 | 100110 |
Color Harmonies of #BC1C08
Complementary color
Monochromatic Colors of #BC1C08
Black with #BC1C08
Text Example
Text Example
White with #BC1C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1C08; }
p { color: rgb(188,28,8); }
H1.HeaderClassName
{
color: #BC1C08;
}
.AnyTagClassName
{
color: #BC1C08;
}
</style>
background-color css
<style>
a { background-color: #BC1C08; }
a { background-color: rgb(188,28,8); }
div.DivClassName
{
background-color: #BC1C08;
}
.BgClassName
{
background-color: #BC1C08;
}
</style>
border-color css
<style>
span { border-color: #BC1C08; }
span { border-color: rgb(188,28,8); }
td.TdClassName
{
border-color: #BC1C08;
}
.TagClassName
{
border-color: #BC1C08;
}
</style>