Shades of Fire Brick #BC1C0A
Tints of Fire Brick #BC1C0A
RGB
CMYK
RGB Variations
Color information
#BC1C0A (or 0xBC1C0A) is known color: Fire Brick. HEX triplet: BC, 1C and 0A. RGB value is (188,28,10). Sum of RGB (Red+Green+Blue) = 188+28+10=226 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.19% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1C0A is #43E3F5. Grayscale: #4A4A4A. Windows color (decimal): -4449270 or 662716. OLE color: 662716.
HSL color Cylindrical-coordinate representation of color #BC1C0A: hue angle of 6.07º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC1C0A is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 10 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.26 |
| HSL | 6.07º | 0.9% | 0.39% | - |
| HSV(B) | 6.07º | 0.95% | 0.74% | - |
| XYZ | 21.21 | 11.54 | 1.4 | - |
| YUV | 73.79 | 92.01 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 10 | 0 | 0.85 | 0.95 | 0.26 | 6.07 | 0.9 | 0.39 |
| Hex | BC | 1C | A | 0 | 55 | 5F | 1A | 6 | 5A | 27 |
| Octal | 274 | 34 | 12 | 0 | 125 | 137 | 32 | 6 | 132 | 47 |
| Binary | 10111100 | 11100 | 1010 | 0 | 1010101 | 1011111 | 11010 | 110 | 1011010 | 100111 |
Color Harmonies of #BC1C0A
Complementary color
Monochromatic Colors of #BC1C0A
Black with #BC1C0A
Text Example
Text Example
White with #BC1C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1C0A; }
p { color: rgb(188,28,10); }
H1.HeaderClassName
{
color: #BC1C0A;
}
.AnyTagClassName
{
color: #BC1C0A;
}
</style>
background-color css
<style>
a { background-color: #BC1C0A; }
a { background-color: rgb(188,28,10); }
div.DivClassName
{
background-color: #BC1C0A;
}
.BgClassName
{
background-color: #BC1C0A;
}
</style>
border-color css
<style>
span { border-color: #BC1C0A; }
span { border-color: rgb(188,28,10); }
td.TdClassName
{
border-color: #BC1C0A;
}
.TagClassName
{
border-color: #BC1C0A;
}
</style>