Shades of Fire Brick #BC1713
Tints of Fire Brick #BC1713
RGB
CMYK
RGB Variations
Color information
#BC1713 (or 0xBC1713) is known color: Fire Brick. HEX triplet: BC, 17 and 13. RGB value is (188,23,19). Sum of RGB (Red+Green+Blue) = 188+23+19=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1713 is #43E8EC. Grayscale: #484848. Windows color (decimal): -4450541 or 1251260. OLE color: 1251260.
HSL color Cylindrical-coordinate representation of color #BC1713: hue angle of 1.42º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1713 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 19 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.26 |
| HSL | 1.42º | 0.82% | 0.41% | - |
| HSV(B) | 1.42º | 0.9% | 0.74% | - |
| XYZ | 21.16 | 11.35 | 1.69 | - |
| YUV | 71.88 | 98.16 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 19 | 0 | 0.88 | 0.90 | 0.26 | 1.42 | 0.82 | 0.41 |
| Hex | BC | 17 | 13 | 0 | 58 | 5A | 1A | 1 | 52 | 29 |
| Octal | 274 | 27 | 23 | 0 | 130 | 132 | 32 | 1 | 122 | 51 |
| Binary | 10111100 | 10111 | 10011 | 0 | 1011000 | 1011010 | 11010 | 1 | 1010010 | 101001 |
Color Harmonies of #BC1713
Complementary color
Monochromatic Colors of #BC1713
Black with #BC1713
Text Example
Text Example
White with #BC1713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1713; }
p { color: rgb(188,23,19); }
H1.HeaderClassName
{
color: #BC1713;
}
.AnyTagClassName
{
color: #BC1713;
}
</style>
background-color css
<style>
a { background-color: #BC1713; }
a { background-color: rgb(188,23,19); }
div.DivClassName
{
background-color: #BC1713;
}
.BgClassName
{
background-color: #BC1713;
}
</style>
border-color css
<style>
span { border-color: #BC1713; }
span { border-color: rgb(188,23,19); }
td.TdClassName
{
border-color: #BC1713;
}
.TagClassName
{
border-color: #BC1713;
}
</style>