Shades of Fire Brick #BC2823
Tints of Fire Brick #BC2823
RGB
CMYK
RGB Variations
Color information
#BC2823 (or 0xBC2823) is known color: Fire Brick. HEX triplet: BC, 28 and 23. RGB value is (188,40,35). Sum of RGB (Red+Green+Blue) = 188+40+35=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2823 is #43D7DC. Grayscale: #535353. Windows color (decimal): -4446173 or 2304188. OLE color: 2304188.
HSL color Cylindrical-coordinate representation of color #BC2823: hue angle of 1.96º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2823 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 35 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.26 |
| HSL | 1.96º | 0.69% | 0.44% | - |
| HSV(B) | 1.96º | 0.81% | 0.74% | - |
| XYZ | 21.8 | 12.33 | 2.82 | - |
| YUV | 83.68 | 100.53 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 35 | 0 | 0.79 | 0.81 | 0.26 | 1.96 | 0.69 | 0.44 |
| Hex | BC | 28 | 23 | 0 | 4F | 51 | 1A | 2 | 45 | 2C |
| Octal | 274 | 50 | 43 | 0 | 117 | 121 | 32 | 2 | 105 | 54 |
| Binary | 10111100 | 101000 | 100011 | 0 | 1001111 | 1010001 | 11010 | 10 | 1000101 | 101100 |
Color Harmonies of #BC2823
Complementary color
Monochromatic Colors of #BC2823
Black with #BC2823
Text Example
Text Example
White with #BC2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2823; }
p { color: rgb(188,40,35); }
H1.HeaderClassName
{
color: #BC2823;
}
.AnyTagClassName
{
color: #BC2823;
}
</style>
background-color css
<style>
a { background-color: #BC2823; }
a { background-color: rgb(188,40,35); }
div.DivClassName
{
background-color: #BC2823;
}
.BgClassName
{
background-color: #BC2823;
}
</style>
border-color css
<style>
span { border-color: #BC2823; }
span { border-color: rgb(188,40,35); }
td.TdClassName
{
border-color: #BC2823;
}
.TagClassName
{
border-color: #BC2823;
}
</style>