Shades of Fire Brick #BC190B
Tints of Fire Brick #BC190B
RGB
CMYK
RGB Variations
Color information
#BC190B (or 0xBC190B) is known color: Fire Brick. HEX triplet: BC, 19 and 0B. RGB value is (188,25,11). Sum of RGB (Red+Green+Blue) = 188+25+11=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC190B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC190B is #43E6F4. Grayscale: #484848. Windows color (decimal): -4450037 or 727484. OLE color: 727484.
HSL color Cylindrical-coordinate representation of color #BC190B: hue angle of 4.75º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC190B is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 11 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.26 |
| HSL | 4.75º | 0.89% | 0.39% | - |
| HSV(B) | 4.75º | 0.94% | 0.74% | - |
| XYZ | 21.15 | 11.41 | 1.4 | - |
| YUV | 72.14 | 93.5 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 11 | 0 | 0.87 | 0.94 | 0.26 | 4.75 | 0.89 | 0.39 |
| Hex | BC | 19 | B | 0 | 57 | 5E | 1A | 5 | 59 | 27 |
| Octal | 274 | 31 | 13 | 0 | 127 | 136 | 32 | 5 | 131 | 47 |
| Binary | 10111100 | 11001 | 1011 | 0 | 1010111 | 1011110 | 11010 | 101 | 1011001 | 100111 |
Color Harmonies of #BC190B
Complementary color
Monochromatic Colors of #BC190B
Black with #BC190B
Text Example
Text Example
White with #BC190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC190B; }
p { color: rgb(188,25,11); }
H1.HeaderClassName
{
color: #BC190B;
}
.AnyTagClassName
{
color: #BC190B;
}
</style>
background-color css
<style>
a { background-color: #BC190B; }
a { background-color: rgb(188,25,11); }
div.DivClassName
{
background-color: #BC190B;
}
.BgClassName
{
background-color: #BC190B;
}
</style>
border-color css
<style>
span { border-color: #BC190B; }
span { border-color: rgb(188,25,11); }
td.TdClassName
{
border-color: #BC190B;
}
.TagClassName
{
border-color: #BC190B;
}
</style>