Shades of Fire Brick #BF2E24
Tints of Fire Brick #BF2E24
RGB
CMYK
RGB Variations
Color information
#BF2E24 (or 0xBF2E24) is known color: Fire Brick. HEX triplet: BF, 2E and 24. RGB value is (191,46,36). Sum of RGB (Red+Green+Blue) = 191+46+36=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2E24 is #40D1DB. Grayscale: #585858. Windows color (decimal): -4248028 or 2371263. OLE color: 2371263.
HSL color Cylindrical-coordinate representation of color #BF2E24: hue angle of 3.87º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2E24 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 36 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.25 |
| HSL | 3.87º | 0.68% | 0.45% | - |
| HSV(B) | 3.87º | 0.81% | 0.75% | - |
| XYZ | 22.78 | 13.16 | 3.01 | - |
| YUV | 88.22 | 98.54 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 36 | 0 | 0.76 | 0.81 | 0.25 | 3.87 | 0.68 | 0.45 |
| Hex | BF | 2E | 24 | 0 | 4C | 51 | 19 | 4 | 44 | 2D |
| Octal | 277 | 56 | 44 | 0 | 114 | 121 | 31 | 4 | 104 | 55 |
| Binary | 10111111 | 101110 | 100100 | 0 | 1001100 | 1010001 | 11001 | 100 | 1000100 | 101101 |
Color Harmonies of #BF2E24
Complementary color
Monochromatic Colors of #BF2E24
Black with #BF2E24
Text Example
Text Example
White with #BF2E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2E24; }
p { color: rgb(191,46,36); }
H1.HeaderClassName
{
color: #BF2E24;
}
.AnyTagClassName
{
color: #BF2E24;
}
</style>
background-color css
<style>
a { background-color: #BF2E24; }
a { background-color: rgb(191,46,36); }
div.DivClassName
{
background-color: #BF2E24;
}
.BgClassName
{
background-color: #BF2E24;
}
</style>
border-color css
<style>
span { border-color: #BF2E24; }
span { border-color: rgb(191,46,36); }
td.TdClassName
{
border-color: #BF2E24;
}
.TagClassName
{
border-color: #BF2E24;
}
</style>