Shades of Fire Brick #BC190F
Tints of Fire Brick #BC190F
RGB
CMYK
RGB Variations
Color information
#BC190F (or 0xBC190F) is known color: Fire Brick. HEX triplet: BC, 19 and 0F. RGB value is (188,25,15). Sum of RGB (Red+Green+Blue) = 188+25+15=228 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.46% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 188 - color contains mainly: red. Hex color #BC190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC190F is #43E6F0. Grayscale: #484848. Windows color (decimal): -4450033 or 989628. OLE color: 989628.
HSL color Cylindrical-coordinate representation of color #BC190F: hue angle of 3.47º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC190F is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 15 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.26 |
| HSL | 3.47º | 0.85% | 0.4% | - |
| HSV(B) | 3.47º | 0.92% | 0.74% | - |
| XYZ | 21.17 | 11.42 | 1.54 | - |
| YUV | 72.6 | 95.5 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 15 | 0 | 0.87 | 0.92 | 0.26 | 3.47 | 0.85 | 0.4 |
| Hex | BC | 19 | F | 0 | 57 | 5C | 1A | 3 | 55 | 28 |
| Octal | 274 | 31 | 17 | 0 | 127 | 134 | 32 | 3 | 125 | 50 |
| Binary | 10111100 | 11001 | 1111 | 0 | 1010111 | 1011100 | 11010 | 11 | 1010101 | 101000 |
Color Harmonies of #BC190F
Complementary color
Monochromatic Colors of #BC190F
Black with #BC190F
Text Example
Text Example
White with #BC190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC190F; }
p { color: rgb(188,25,15); }
H1.HeaderClassName
{
color: #BC190F;
}
.AnyTagClassName
{
color: #BC190F;
}
</style>
background-color css
<style>
a { background-color: #BC190F; }
a { background-color: rgb(188,25,15); }
div.DivClassName
{
background-color: #BC190F;
}
.BgClassName
{
background-color: #BC190F;
}
</style>
border-color css
<style>
span { border-color: #BC190F; }
span { border-color: rgb(188,25,15); }
td.TdClassName
{
border-color: #BC190F;
}
.TagClassName
{
border-color: #BC190F;
}
</style>