Shades of Fire Brick #BF2D1F
Tints of Fire Brick #BF2D1F
RGB
CMYK
RGB Variations
Color information
#BF2D1F (or 0xBF2D1F) is known color: Fire Brick. HEX triplet: BF, 2D and 1F. RGB value is (191,45,31). Sum of RGB (Red+Green+Blue) = 191+45+31=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2D1F is #40D2E0. Grayscale: #575757. Windows color (decimal): -4248289 or 2043327. OLE color: 2043327.
HSL color Cylindrical-coordinate representation of color #BF2D1F: hue angle of 5.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF2D1F is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 31 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.25 |
| HSL | 5.25º | 0.72% | 0.44% | - |
| HSV(B) | 5.25º | 0.84% | 0.75% | - |
| XYZ | 22.67 | 13.05 | 2.62 | - |
| YUV | 87.06 | 96.37 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 31 | 0 | 0.76 | 0.84 | 0.25 | 5.25 | 0.72 | 0.44 |
| Hex | BF | 2D | 1F | 0 | 4C | 54 | 19 | 5 | 48 | 2C |
| Octal | 277 | 55 | 37 | 0 | 114 | 124 | 31 | 5 | 110 | 54 |
| Binary | 10111111 | 101101 | 11111 | 0 | 1001100 | 1010100 | 11001 | 101 | 1001000 | 101100 |
Color Harmonies of #BF2D1F
Complementary color
Monochromatic Colors of #BF2D1F
Black with #BF2D1F
Text Example
Text Example
White with #BF2D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D1F; }
p { color: rgb(191,45,31); }
H1.HeaderClassName
{
color: #BF2D1F;
}
.AnyTagClassName
{
color: #BF2D1F;
}
</style>
background-color css
<style>
a { background-color: #BF2D1F; }
a { background-color: rgb(191,45,31); }
div.DivClassName
{
background-color: #BF2D1F;
}
.BgClassName
{
background-color: #BF2D1F;
}
</style>
border-color css
<style>
span { border-color: #BF2D1F; }
span { border-color: rgb(191,45,31); }
td.TdClassName
{
border-color: #BF2D1F;
}
.TagClassName
{
border-color: #BF2D1F;
}
</style>