Shades of Fire Brick #BC2F25
Tints of Fire Brick #BC2F25
RGB
CMYK
RGB Variations
Color information
#BC2F25 (or 0xBC2F25) is known color: Fire Brick. HEX triplet: BC, 2F and 25. RGB value is (188,47,37). Sum of RGB (Red+Green+Blue) = 188+47+37=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F25 is #43D0DA. Grayscale: #585858. Windows color (decimal): -4444379 or 2437052. OLE color: 2437052.
HSL color Cylindrical-coordinate representation of color #BC2F25: hue angle of 3.97º 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 #BC2F25 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 37 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.26 |
| HSL | 3.97º | 0.67% | 0.44% | - |
| HSV(B) | 3.97º | 0.8% | 0.74% | - |
| XYZ | 22.09 | 12.86 | 3.07 | - |
| YUV | 88.02 | 99.21 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 37 | 0 | 0.75 | 0.80 | 0.26 | 3.97 | 0.67 | 0.44 |
| Hex | BC | 2F | 25 | 0 | 4B | 50 | 1A | 4 | 43 | 2C |
| Octal | 274 | 57 | 45 | 0 | 113 | 120 | 32 | 4 | 103 | 54 |
| Binary | 10111100 | 101111 | 100101 | 0 | 1001011 | 1010000 | 11010 | 100 | 1000011 | 101100 |
Color Harmonies of #BC2F25
Complementary color
Monochromatic Colors of #BC2F25
Black with #BC2F25
Text Example
Text Example
White with #BC2F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F25; }
p { color: rgb(188,47,37); }
H1.HeaderClassName
{
color: #BC2F25;
}
.AnyTagClassName
{
color: #BC2F25;
}
</style>
background-color css
<style>
a { background-color: #BC2F25; }
a { background-color: rgb(188,47,37); }
div.DivClassName
{
background-color: #BC2F25;
}
.BgClassName
{
background-color: #BC2F25;
}
</style>
border-color css
<style>
span { border-color: #BC2F25; }
span { border-color: rgb(188,47,37); }
td.TdClassName
{
border-color: #BC2F25;
}
.TagClassName
{
border-color: #BC2F25;
}
</style>