Shades of Fire Brick #BC2323
Tints of Fire Brick #BC2323
RGB
CMYK
RGB Variations
Color information
#BC2323 (or 0xBC2323) is known color: Fire Brick. HEX triplet: BC, 23 and 23. RGB value is (188,35,35). Sum of RGB (Red+Green+Blue) = 188+35+35=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2323 is #43DCDC. Grayscale: #505050. Windows color (decimal): -4447453 or 2302908. OLE color: 2302908.
HSL color Cylindrical-coordinate representation of color #BC2323: hue angle of 0º 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 #BC2323 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 35 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.26 |
| HSL | 0º | 0.69% | 0.44% | - |
| HSV(B) | 0º | 0.81% | 0.74% | - |
| XYZ | 21.64 | 12.01 | 2.77 | - |
| YUV | 80.75 | 102.19 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 35 | 0 | 0.81 | 0.81 | 0.26 | 0 | 0.69 | 0.44 |
| Hex | BC | 23 | 23 | 0 | 51 | 51 | 1A | 0 | 45 | 2C |
| Octal | 274 | 43 | 43 | 0 | 121 | 121 | 32 | 0 | 105 | 54 |
| Binary | 10111100 | 100011 | 100011 | 0 | 1010001 | 1010001 | 11010 | 0 | 1000101 | 101100 |
Color Harmonies of #BC2323
Complementary color
Monochromatic Colors of #BC2323
Black with #BC2323
Text Example
Text Example
White with #BC2323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2323; }
p { color: rgb(188,35,35); }
H1.HeaderClassName
{
color: #BC2323;
}
.AnyTagClassName
{
color: #BC2323;
}
</style>
background-color css
<style>
a { background-color: #BC2323; }
a { background-color: rgb(188,35,35); }
div.DivClassName
{
background-color: #BC2323;
}
.BgClassName
{
background-color: #BC2323;
}
</style>
border-color css
<style>
span { border-color: #BC2323; }
span { border-color: rgb(188,35,35); }
td.TdClassName
{
border-color: #BC2323;
}
.TagClassName
{
border-color: #BC2323;
}
</style>