Shades of Fire Brick #BC2726
Tints of Fire Brick #BC2726
RGB
CMYK
RGB Variations
Color information
#BC2726 (or 0xBC2726) is known color: Fire Brick. HEX triplet: BC, 27 and 26. RGB value is (188,39,38). Sum of RGB (Red+Green+Blue) = 188+39+38=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2726 is #43D8D9. Grayscale: #535353. Windows color (decimal): -4446426 or 2500540. OLE color: 2500540.
HSL color Cylindrical-coordinate representation of color #BC2726: hue angle of 0.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2726 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 38 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.26 |
| HSL | 0.4º | 0.66% | 0.44% | - |
| HSV(B) | 0.4º | 0.8% | 0.74% | - |
| XYZ | 21.81 | 12.28 | 3.05 | - |
| YUV | 83.44 | 102.36 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 38 | 0 | 0.79 | 0.80 | 0.26 | 0.4 | 0.66 | 0.44 |
| Hex | BC | 27 | 26 | 0 | 4F | 50 | 1A | 0 | 42 | 2C |
| Octal | 274 | 47 | 46 | 0 | 117 | 120 | 32 | 0 | 102 | 54 |
| Binary | 10111100 | 100111 | 100110 | 0 | 1001111 | 1010000 | 11010 | 0 | 1000010 | 101100 |
Color Harmonies of #BC2726
Complementary color
Monochromatic Colors of #BC2726
Black with #BC2726
Text Example
Text Example
White with #BC2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2726; }
p { color: rgb(188,39,38); }
H1.HeaderClassName
{
color: #BC2726;
}
.AnyTagClassName
{
color: #BC2726;
}
</style>
background-color css
<style>
a { background-color: #BC2726; }
a { background-color: rgb(188,39,38); }
div.DivClassName
{
background-color: #BC2726;
}
.BgClassName
{
background-color: #BC2726;
}
</style>
border-color css
<style>
span { border-color: #BC2726; }
span { border-color: rgb(188,39,38); }
td.TdClassName
{
border-color: #BC2726;
}
.TagClassName
{
border-color: #BC2726;
}
</style>