Shades of Fire Brick #BF1511
Tints of Fire Brick #BF1511
RGB
CMYK
RGB Variations
Color information
#BF1511 (or 0xBF1511) is known color: Fire Brick. HEX triplet: BF, 15 and 11. RGB value is (191,21,17). Sum of RGB (Red+Green+Blue) = 191+21+17=229 (30% of max value = 765). Red value is 191 (75% from 255 or 83.41% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1511 is #40EAEE. Grayscale: #474747. Windows color (decimal): -4254447 or 1119679. OLE color: 1119679.
HSL color Cylindrical-coordinate representation of color #BF1511: hue angle of 1.38º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1511 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 17 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.25 |
| HSL | 1.38º | 0.84% | 0.41% | - |
| HSV(B) | 1.38º | 0.91% | 0.75% | - |
| XYZ | 21.86 | 11.65 | 1.63 | - |
| YUV | 71.37 | 97.32 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 17 | 0 | 0.89 | 0.91 | 0.25 | 1.38 | 0.84 | 0.41 |
| Hex | BF | 15 | 11 | 0 | 59 | 5B | 19 | 1 | 54 | 29 |
| Octal | 277 | 25 | 21 | 0 | 131 | 133 | 31 | 1 | 124 | 51 |
| Binary | 10111111 | 10101 | 10001 | 0 | 1011001 | 1011011 | 11001 | 1 | 1010100 | 101001 |
Color Harmonies of #BF1511
Complementary color
Monochromatic Colors of #BF1511
Black with #BF1511
Text Example
Text Example
White with #BF1511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1511; }
p { color: rgb(191,21,17); }
H1.HeaderClassName
{
color: #BF1511;
}
.AnyTagClassName
{
color: #BF1511;
}
</style>
background-color css
<style>
a { background-color: #BF1511; }
a { background-color: rgb(191,21,17); }
div.DivClassName
{
background-color: #BF1511;
}
.BgClassName
{
background-color: #BF1511;
}
</style>
border-color css
<style>
span { border-color: #BF1511; }
span { border-color: rgb(191,21,17); }
td.TdClassName
{
border-color: #BF1511;
}
.TagClassName
{
border-color: #BF1511;
}
</style>