Shades of Fire Brick #BF1E0F
Tints of Fire Brick #BF1E0F
RGB
CMYK
RGB Variations
Color information
#BF1E0F (or 0xBF1E0F) is known color: Fire Brick. HEX triplet: BF, 1E and 0F. RGB value is (191,30,15). Sum of RGB (Red+Green+Blue) = 191+30+15=236 (31% of max value = 765). Red value is 191 (75% from 255 or 80.93% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1E0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1E0F is #40E1F0. Grayscale: #4C4C4C. Windows color (decimal): -4252145 or 990911. OLE color: 990911.
HSL color Cylindrical-coordinate representation of color #BF1E0F: hue angle of 5.11º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1E0F is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 30 | 15 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.25 |
| HSL | 5.11º | 0.85% | 0.4% | - |
| HSV(B) | 5.11º | 0.92% | 0.75% | - |
| XYZ | 22.04 | 12.04 | 1.61 | - |
| YUV | 76.43 | 93.34 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 15 | 0 | 0.84 | 0.92 | 0.25 | 5.11 | 0.85 | 0.4 |
| Hex | BF | 1E | F | 0 | 54 | 5C | 19 | 5 | 55 | 28 |
| Octal | 277 | 36 | 17 | 0 | 124 | 134 | 31 | 5 | 125 | 50 |
| Binary | 10111111 | 11110 | 1111 | 0 | 1010100 | 1011100 | 11001 | 101 | 1010101 | 101000 |
Color Harmonies of #BF1E0F
Complementary color
Monochromatic Colors of #BF1E0F
Black with #BF1E0F
Text Example
Text Example
White with #BF1E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1E0F; }
p { color: rgb(191,30,15); }
H1.HeaderClassName
{
color: #BF1E0F;
}
.AnyTagClassName
{
color: #BF1E0F;
}
</style>
background-color css
<style>
a { background-color: #BF1E0F; }
a { background-color: rgb(191,30,15); }
div.DivClassName
{
background-color: #BF1E0F;
}
.BgClassName
{
background-color: #BF1E0F;
}
</style>
border-color css
<style>
span { border-color: #BF1E0F; }
span { border-color: rgb(191,30,15); }
td.TdClassName
{
border-color: #BF1E0F;
}
.TagClassName
{
border-color: #BF1E0F;
}
</style>