Shades of Fire Brick #BC1313
Tints of Fire Brick #BC1313
RGB
CMYK
RGB Variations
Color information
#BC1313 (or 0xBC1313) is known color: Fire Brick. HEX triplet: BC, 13 and 13. RGB value is (188,19,19). Sum of RGB (Red+Green+Blue) = 188+19+19=226 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.19% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1313 is #43ECEC. Grayscale: #454545. Windows color (decimal): -4451565 or 1250236. OLE color: 1250236.
HSL color Cylindrical-coordinate representation of color #BC1313: hue angle of 0º 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 #BC1313 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 19 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.26 |
| HSL | 0º | 0.82% | 0.41% | - |
| HSV(B) | 0º | 0.9% | 0.74% | - |
| XYZ | 21.09 | 11.2 | 1.67 | - |
| YUV | 69.53 | 99.49 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 19 | 0 | 0.90 | 0.90 | 0.26 | 0 | 0.82 | 0.41 |
| Hex | BC | 13 | 13 | 0 | 5A | 5A | 1A | 0 | 52 | 29 |
| Octal | 274 | 23 | 23 | 0 | 132 | 132 | 32 | 0 | 122 | 51 |
| Binary | 10111100 | 10011 | 10011 | 0 | 1011010 | 1011010 | 11010 | 0 | 1010010 | 101001 |
Color Harmonies of #BC1313
Complementary color
Monochromatic Colors of #BC1313
Black with #BC1313
Text Example
Text Example
White with #BC1313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1313; }
p { color: rgb(188,19,19); }
H1.HeaderClassName
{
color: #BC1313;
}
.AnyTagClassName
{
color: #BC1313;
}
</style>
background-color css
<style>
a { background-color: #BC1313; }
a { background-color: rgb(188,19,19); }
div.DivClassName
{
background-color: #BC1313;
}
.BgClassName
{
background-color: #BC1313;
}
</style>
border-color css
<style>
span { border-color: #BC1313; }
span { border-color: rgb(188,19,19); }
td.TdClassName
{
border-color: #BC1313;
}
.TagClassName
{
border-color: #BC1313;
}
</style>