Shades of Fire Brick #BC231B
Tints of Fire Brick #BC231B
RGB
CMYK
RGB Variations
Color information
#BC231B (or 0xBC231B) is known color: Fire Brick. HEX triplet: BC, 23 and 1B. RGB value is (188,35,27). Sum of RGB (Red+Green+Blue) = 188+35+27=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC231B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC231B is #43DCE4. Grayscale: #505050. Windows color (decimal): -4447461 or 1778620. OLE color: 1778620.
HSL color Cylindrical-coordinate representation of color #BC231B: hue angle of 2.98º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC231B is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 27 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.26 |
| HSL | 2.98º | 0.75% | 0.42% | - |
| HSV(B) | 2.98º | 0.86% | 0.74% | - |
| XYZ | 21.54 | 11.97 | 2.21 | - |
| YUV | 79.84 | 98.19 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 27 | 0 | 0.81 | 0.86 | 0.26 | 2.98 | 0.75 | 0.42 |
| Hex | BC | 23 | 1B | 0 | 51 | 56 | 1A | 3 | 4B | 2A |
| Octal | 274 | 43 | 33 | 0 | 121 | 126 | 32 | 3 | 113 | 52 |
| Binary | 10111100 | 100011 | 11011 | 0 | 1010001 | 1010110 | 11010 | 11 | 1001011 | 101010 |
Color Harmonies of #BC231B
Complementary color
Monochromatic Colors of #BC231B
Black with #BC231B
Text Example
Text Example
White with #BC231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC231B; }
p { color: rgb(188,35,27); }
H1.HeaderClassName
{
color: #BC231B;
}
.AnyTagClassName
{
color: #BC231B;
}
</style>
background-color css
<style>
a { background-color: #BC231B; }
a { background-color: rgb(188,35,27); }
div.DivClassName
{
background-color: #BC231B;
}
.BgClassName
{
background-color: #BC231B;
}
</style>
border-color css
<style>
span { border-color: #BC231B; }
span { border-color: rgb(188,35,27); }
td.TdClassName
{
border-color: #BC231B;
}
.TagClassName
{
border-color: #BC231B;
}
</style>