Shades of Fire Brick #BC1910
Tints of Fire Brick #BC1910
RGB
CMYK
RGB Variations
Color information
#BC1910 (or 0xBC1910) is known color: Fire Brick. HEX triplet: BC, 19 and 10. RGB value is (188,25,16). Sum of RGB (Red+Green+Blue) = 188+25+16=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1910 is #43E6EF. Grayscale: #484848. Windows color (decimal): -4450032 or 1055164. OLE color: 1055164.
HSL color Cylindrical-coordinate representation of color #BC1910: hue angle of 3.14º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1910 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 16 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.26 |
| HSL | 3.14º | 0.84% | 0.4% | - |
| HSV(B) | 3.14º | 0.91% | 0.74% | - |
| XYZ | 21.18 | 11.42 | 1.58 | - |
| YUV | 72.71 | 96 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 16 | 0 | 0.87 | 0.91 | 0.26 | 3.14 | 0.84 | 0.4 |
| Hex | BC | 19 | 10 | 0 | 57 | 5B | 1A | 3 | 54 | 28 |
| Octal | 274 | 31 | 20 | 0 | 127 | 133 | 32 | 3 | 124 | 50 |
| Binary | 10111100 | 11001 | 10000 | 0 | 1010111 | 1011011 | 11010 | 11 | 1010100 | 101000 |
Color Harmonies of #BC1910
Complementary color
Monochromatic Colors of #BC1910
Black with #BC1910
Text Example
Text Example
White with #BC1910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1910; }
p { color: rgb(188,25,16); }
H1.HeaderClassName
{
color: #BC1910;
}
.AnyTagClassName
{
color: #BC1910;
}
</style>
background-color css
<style>
a { background-color: #BC1910; }
a { background-color: rgb(188,25,16); }
div.DivClassName
{
background-color: #BC1910;
}
.BgClassName
{
background-color: #BC1910;
}
</style>
border-color css
<style>
span { border-color: #BC1910; }
span { border-color: rgb(188,25,16); }
td.TdClassName
{
border-color: #BC1910;
}
.TagClassName
{
border-color: #BC1910;
}
</style>