Shades of Fire Brick #BC2313
Tints of Fire Brick #BC2313
RGB
CMYK
RGB Variations
Color information
#BC2313 (or 0xBC2313) is known color: Fire Brick. HEX triplet: BC, 23 and 13. RGB value is (188,35,19). Sum of RGB (Red+Green+Blue) = 188+35+19=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2313 is #43DCEC. Grayscale: #4F4F4F. Windows color (decimal): -4447469 or 1254332. OLE color: 1254332.
HSL color Cylindrical-coordinate representation of color #BC2313: hue angle of 5.68º 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 #BC2313 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 19 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.26 |
| HSL | 5.68º | 0.82% | 0.41% | - |
| HSV(B) | 5.68º | 0.9% | 0.74% | - |
| XYZ | 21.46 | 11.94 | 1.79 | - |
| YUV | 78.92 | 94.19 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 19 | 0 | 0.81 | 0.90 | 0.26 | 5.68 | 0.82 | 0.41 |
| Hex | BC | 23 | 13 | 0 | 51 | 5A | 1A | 6 | 52 | 29 |
| Octal | 274 | 43 | 23 | 0 | 121 | 132 | 32 | 6 | 122 | 51 |
| Binary | 10111100 | 100011 | 10011 | 0 | 1010001 | 1011010 | 11010 | 110 | 1010010 | 101001 |
Color Harmonies of #BC2313
Complementary color
Monochromatic Colors of #BC2313
Black with #BC2313
Text Example
Text Example
White with #BC2313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2313; }
p { color: rgb(188,35,19); }
H1.HeaderClassName
{
color: #BC2313;
}
.AnyTagClassName
{
color: #BC2313;
}
</style>
background-color css
<style>
a { background-color: #BC2313; }
a { background-color: rgb(188,35,19); }
div.DivClassName
{
background-color: #BC2313;
}
.BgClassName
{
background-color: #BC2313;
}
</style>
border-color css
<style>
span { border-color: #BC2313; }
span { border-color: rgb(188,35,19); }
td.TdClassName
{
border-color: #BC2313;
}
.TagClassName
{
border-color: #BC2313;
}
</style>