Shades of Fire Brick #BC2725
Tints of Fire Brick #BC2725
RGB
CMYK
RGB Variations
Color information
#BC2725 (or 0xBC2725) is known color: Fire Brick. HEX triplet: BC, 27 and 25. RGB value is (188,39,37). Sum of RGB (Red+Green+Blue) = 188+39+37=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2725 is #43D8DA. Grayscale: #535353. Windows color (decimal): -4446427 or 2435004. OLE color: 2435004.
HSL color Cylindrical-coordinate representation of color #BC2725: hue angle of 0.79º degrees, saturation: 0.67, 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 #BC2725 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 37 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.26 |
| HSL | 0.79º | 0.67% | 0.44% | - |
| HSV(B) | 0.79º | 0.8% | 0.74% | - |
| XYZ | 21.8 | 12.28 | 2.97 | - |
| YUV | 83.32 | 101.86 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 37 | 0 | 0.79 | 0.80 | 0.26 | 0.79 | 0.67 | 0.44 |
| Hex | BC | 27 | 25 | 0 | 4F | 50 | 1A | 1 | 43 | 2C |
| Octal | 274 | 47 | 45 | 0 | 117 | 120 | 32 | 1 | 103 | 54 |
| Binary | 10111100 | 100111 | 100101 | 0 | 1001111 | 1010000 | 11010 | 1 | 1000011 | 101100 |
Color Harmonies of #BC2725
Complementary color
Monochromatic Colors of #BC2725
Black with #BC2725
Text Example
Text Example
White with #BC2725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2725; }
p { color: rgb(188,39,37); }
H1.HeaderClassName
{
color: #BC2725;
}
.AnyTagClassName
{
color: #BC2725;
}
</style>
background-color css
<style>
a { background-color: #BC2725; }
a { background-color: rgb(188,39,37); }
div.DivClassName
{
background-color: #BC2725;
}
.BgClassName
{
background-color: #BC2725;
}
</style>
border-color css
<style>
span { border-color: #BC2725; }
span { border-color: rgb(188,39,37); }
td.TdClassName
{
border-color: #BC2725;
}
.TagClassName
{
border-color: #BC2725;
}
</style>