Shades of Fire Brick #BF2928
Tints of Fire Brick #BF2928
RGB
CMYK
RGB Variations
Color information
#BF2928 (or 0xBF2928) is known color: Fire Brick. HEX triplet: BF, 29 and 28. RGB value is (191,41,40). Sum of RGB (Red+Green+Blue) = 191+41+40=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2928 is #40D6D7. Grayscale: #555555. Windows color (decimal): -4249304 or 2632127. OLE color: 2632127.
HSL color Cylindrical-coordinate representation of color #BF2928: hue angle of 0.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2928 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 40 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.25 |
| HSL | 0.4º | 0.65% | 0.45% | - |
| HSV(B) | 0.4º | 0.79% | 0.75% | - |
| XYZ | 22.66 | 12.82 | 3.29 | - |
| YUV | 85.74 | 102.2 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 40 | 0 | 0.79 | 0.79 | 0.25 | 0.4 | 0.65 | 0.45 |
| Hex | BF | 29 | 28 | 0 | 4F | 4F | 19 | 0 | 41 | 2D |
| Octal | 277 | 51 | 50 | 0 | 117 | 117 | 31 | 0 | 101 | 55 |
| Binary | 10111111 | 101001 | 101000 | 0 | 1001111 | 1001111 | 11001 | 0 | 1000001 | 101101 |
Color Harmonies of #BF2928
Complementary color
Monochromatic Colors of #BF2928
Black with #BF2928
Text Example
Text Example
White with #BF2928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2928; }
p { color: rgb(191,41,40); }
H1.HeaderClassName
{
color: #BF2928;
}
.AnyTagClassName
{
color: #BF2928;
}
</style>
background-color css
<style>
a { background-color: #BF2928; }
a { background-color: rgb(191,41,40); }
div.DivClassName
{
background-color: #BF2928;
}
.BgClassName
{
background-color: #BF2928;
}
</style>
border-color css
<style>
span { border-color: #BF2928; }
span { border-color: rgb(191,41,40); }
td.TdClassName
{
border-color: #BF2928;
}
.TagClassName
{
border-color: #BF2928;
}
</style>