Shades of Fire Brick #BC231C
Tints of Fire Brick #BC231C
RGB
CMYK
RGB Variations
Color information
#BC231C (or 0xBC231C) is known color: Fire Brick. HEX triplet: BC, 23 and 1C. RGB value is (188,35,28). Sum of RGB (Red+Green+Blue) = 188+35+28=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC231C is #43DCE3. Grayscale: #505050. Windows color (decimal): -4447460 or 1844156. OLE color: 1844156.
HSL color Cylindrical-coordinate representation of color #BC231C: hue angle of 2.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC231C is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 28 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.26 |
| HSL | 2.63º | 0.74% | 0.42% | - |
| HSV(B) | 2.63º | 0.85% | 0.74% | - |
| XYZ | 21.55 | 11.98 | 2.27 | - |
| YUV | 79.95 | 98.69 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 28 | 0 | 0.81 | 0.85 | 0.26 | 2.63 | 0.74 | 0.42 |
| Hex | BC | 23 | 1C | 0 | 51 | 55 | 1A | 3 | 4A | 2A |
| Octal | 274 | 43 | 34 | 0 | 121 | 125 | 32 | 3 | 112 | 52 |
| Binary | 10111100 | 100011 | 11100 | 0 | 1010001 | 1010101 | 11010 | 11 | 1001010 | 101010 |
Color Harmonies of #BC231C
Complementary color
Monochromatic Colors of #BC231C
Black with #BC231C
Text Example
Text Example
White with #BC231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC231C; }
p { color: rgb(188,35,28); }
H1.HeaderClassName
{
color: #BC231C;
}
.AnyTagClassName
{
color: #BC231C;
}
</style>
background-color css
<style>
a { background-color: #BC231C; }
a { background-color: rgb(188,35,28); }
div.DivClassName
{
background-color: #BC231C;
}
.BgClassName
{
background-color: #BC231C;
}
</style>
border-color css
<style>
span { border-color: #BC231C; }
span { border-color: rgb(188,35,28); }
td.TdClassName
{
border-color: #BC231C;
}
.TagClassName
{
border-color: #BC231C;
}
</style>