Shades of Fire Brick #BC2626
Tints of Fire Brick #BC2626
RGB
CMYK
RGB Variations
Color information
#BC2626 (or 0xBC2626) is known color: Fire Brick. HEX triplet: BC, 26 and 26. RGB value is (188,38,38). Sum of RGB (Red+Green+Blue) = 188+38+38=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2626 is #43D9D9. Grayscale: #535353. Windows color (decimal): -4446682 or 2500284. OLE color: 2500284.
HSL color Cylindrical-coordinate representation of color #BC2626: hue angle of 0º 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 #BC2626 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 38 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.26 |
| HSL | 0º | 0.66% | 0.44% | - |
| HSV(B) | 0º | 0.8% | 0.74% | - |
| XYZ | 21.78 | 12.22 | 3.04 | - |
| YUV | 82.85 | 102.7 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 38 | 0 | 0.80 | 0.80 | 0.26 | 0 | 0.66 | 0.44 |
| Hex | BC | 26 | 26 | 0 | 50 | 50 | 1A | 0 | 42 | 2C |
| Octal | 274 | 46 | 46 | 0 | 120 | 120 | 32 | 0 | 102 | 54 |
| Binary | 10111100 | 100110 | 100110 | 0 | 1010000 | 1010000 | 11010 | 0 | 1000010 | 101100 |
Color Harmonies of #BC2626
Complementary color
Monochromatic Colors of #BC2626
Black with #BC2626
Text Example
Text Example
White with #BC2626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2626; }
p { color: rgb(188,38,38); }
H1.HeaderClassName
{
color: #BC2626;
}
.AnyTagClassName
{
color: #BC2626;
}
</style>
background-color css
<style>
a { background-color: #BC2626; }
a { background-color: rgb(188,38,38); }
div.DivClassName
{
background-color: #BC2626;
}
.BgClassName
{
background-color: #BC2626;
}
</style>
border-color css
<style>
span { border-color: #BC2626; }
span { border-color: rgb(188,38,38); }
td.TdClassName
{
border-color: #BC2626;
}
.TagClassName
{
border-color: #BC2626;
}
</style>