Shades of Fire Brick #BC1912
Tints of Fire Brick #BC1912
RGB
CMYK
RGB Variations
Color information
#BC1912 (or 0xBC1912) is known color: Fire Brick. HEX triplet: BC, 19 and 12. RGB value is (188,25,18). Sum of RGB (Red+Green+Blue) = 188+25+18=231 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.39% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1912 is #43E6ED. Grayscale: #494949. Windows color (decimal): -4450030 or 1186236. OLE color: 1186236.
HSL color Cylindrical-coordinate representation of color #BC1912: hue angle of 2.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1912 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 18 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.26 |
| HSL | 2.47º | 0.83% | 0.4% | - |
| HSV(B) | 2.47º | 0.9% | 0.74% | - |
| XYZ | 21.2 | 11.43 | 1.66 | - |
| YUV | 72.94 | 97 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 18 | 0 | 0.87 | 0.90 | 0.26 | 2.47 | 0.83 | 0.4 |
| Hex | BC | 19 | 12 | 0 | 57 | 5A | 1A | 2 | 53 | 28 |
| Octal | 274 | 31 | 22 | 0 | 127 | 132 | 32 | 2 | 123 | 50 |
| Binary | 10111100 | 11001 | 10010 | 0 | 1010111 | 1011010 | 11010 | 10 | 1010011 | 101000 |
Color Harmonies of #BC1912
Complementary color
Monochromatic Colors of #BC1912
Black with #BC1912
Text Example
Text Example
White with #BC1912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1912; }
p { color: rgb(188,25,18); }
H1.HeaderClassName
{
color: #BC1912;
}
.AnyTagClassName
{
color: #BC1912;
}
</style>
background-color css
<style>
a { background-color: #BC1912; }
a { background-color: rgb(188,25,18); }
div.DivClassName
{
background-color: #BC1912;
}
.BgClassName
{
background-color: #BC1912;
}
</style>
border-color css
<style>
span { border-color: #BC1912; }
span { border-color: rgb(188,25,18); }
td.TdClassName
{
border-color: #BC1912;
}
.TagClassName
{
border-color: #BC1912;
}
</style>