Shades of Fire Brick #BF2E26
Tints of Fire Brick #BF2E26
RGB
CMYK
RGB Variations
Color information
#BF2E26 (or 0xBF2E26) is known color: Fire Brick. HEX triplet: BF, 2E and 26. RGB value is (191,46,38). Sum of RGB (Red+Green+Blue) = 191+46+38=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2E26 is #40D1D9. Grayscale: #585858. Windows color (decimal): -4248026 or 2502335. OLE color: 2502335.
HSL color Cylindrical-coordinate representation of color #BF2E26: hue angle of 3.14º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2E26 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 38 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.25 |
| HSL | 3.14º | 0.67% | 0.45% | - |
| HSV(B) | 3.14º | 0.8% | 0.75% | - |
| XYZ | 22.81 | 13.17 | 3.17 | - |
| YUV | 88.44 | 99.54 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 38 | 0 | 0.76 | 0.80 | 0.25 | 3.14 | 0.67 | 0.45 |
| Hex | BF | 2E | 26 | 0 | 4C | 50 | 19 | 3 | 43 | 2D |
| Octal | 277 | 56 | 46 | 0 | 114 | 120 | 31 | 3 | 103 | 55 |
| Binary | 10111111 | 101110 | 100110 | 0 | 1001100 | 1010000 | 11001 | 11 | 1000011 | 101101 |
Color Harmonies of #BF2E26
Complementary color
Monochromatic Colors of #BF2E26
Black with #BF2E26
Text Example
Text Example
White with #BF2E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2E26; }
p { color: rgb(191,46,38); }
H1.HeaderClassName
{
color: #BF2E26;
}
.AnyTagClassName
{
color: #BF2E26;
}
</style>
background-color css
<style>
a { background-color: #BF2E26; }
a { background-color: rgb(191,46,38); }
div.DivClassName
{
background-color: #BF2E26;
}
.BgClassName
{
background-color: #BF2E26;
}
</style>
border-color css
<style>
span { border-color: #BF2E26; }
span { border-color: rgb(191,46,38); }
td.TdClassName
{
border-color: #BF2E26;
}
.TagClassName
{
border-color: #BF2E26;
}
</style>