Shades of Fire Brick #BF2B1E
Tints of Fire Brick #BF2B1E
RGB
CMYK
RGB Variations
Color information
#BF2B1E (or 0xBF2B1E) is known color: Fire Brick. HEX triplet: BF, 2B and 1E. RGB value is (191,43,30). Sum of RGB (Red+Green+Blue) = 191+43+30=264 (34% of max value = 765). Red value is 191 (75% from 255 or 72.35% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2B1E is #40D4E1. Grayscale: #555555. Windows color (decimal): -4248802 or 1977279. OLE color: 1977279.
HSL color Cylindrical-coordinate representation of color #BF2B1E: hue angle of 4.84º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF2B1E is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 43 | 30 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.25 |
| HSL | 4.84º | 0.73% | 0.43% | - |
| HSV(B) | 4.84º | 0.84% | 0.75% | - |
| XYZ | 22.58 | 12.9 | 2.53 | - |
| YUV | 85.77 | 96.53 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 30 | 0 | 0.77 | 0.84 | 0.25 | 4.84 | 0.73 | 0.43 |
| Hex | BF | 2B | 1E | 0 | 4D | 54 | 19 | 5 | 49 | 2B |
| Octal | 277 | 53 | 36 | 0 | 115 | 124 | 31 | 5 | 111 | 53 |
| Binary | 10111111 | 101011 | 11110 | 0 | 1001101 | 1010100 | 11001 | 101 | 1001001 | 101011 |
Color Harmonies of #BF2B1E
Complementary color
Monochromatic Colors of #BF2B1E
Black with #BF2B1E
Text Example
Text Example
White with #BF2B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2B1E; }
p { color: rgb(191,43,30); }
H1.HeaderClassName
{
color: #BF2B1E;
}
.AnyTagClassName
{
color: #BF2B1E;
}
</style>
background-color css
<style>
a { background-color: #BF2B1E; }
a { background-color: rgb(191,43,30); }
div.DivClassName
{
background-color: #BF2B1E;
}
.BgClassName
{
background-color: #BF2B1E;
}
</style>
border-color css
<style>
span { border-color: #BF2B1E; }
span { border-color: rgb(191,43,30); }
td.TdClassName
{
border-color: #BF2B1E;
}
.TagClassName
{
border-color: #BF2B1E;
}
</style>