Shades of Fire Brick #BF1510
Tints of Fire Brick #BF1510
RGB
CMYK
RGB Variations
Color information
#BF1510 (or 0xBF1510) is known color: Fire Brick. HEX triplet: BF, 15 and 10. RGB value is (191,21,16). Sum of RGB (Red+Green+Blue) = 191+21+16=228 (30% of max value = 765). Red value is 191 (75% from 255 or 83.77% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1510 is #40EAEF. Grayscale: #474747. Windows color (decimal): -4254448 or 1054143. OLE color: 1054143.
HSL color Cylindrical-coordinate representation of color #BF1510: hue angle of 1.71º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1510 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 16 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.25 |
| HSL | 1.71º | 0.85% | 0.41% | - |
| HSV(B) | 1.71º | 0.92% | 0.75% | - |
| XYZ | 21.85 | 11.65 | 1.59 | - |
| YUV | 71.26 | 96.82 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 16 | 0 | 0.89 | 0.92 | 0.25 | 1.71 | 0.85 | 0.41 |
| Hex | BF | 15 | 10 | 0 | 59 | 5C | 19 | 2 | 55 | 29 |
| Octal | 277 | 25 | 20 | 0 | 131 | 134 | 31 | 2 | 125 | 51 |
| Binary | 10111111 | 10101 | 10000 | 0 | 1011001 | 1011100 | 11001 | 10 | 1010101 | 101001 |
Color Harmonies of #BF1510
Complementary color
Monochromatic Colors of #BF1510
Black with #BF1510
Text Example
Text Example
White with #BF1510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1510; }
p { color: rgb(191,21,16); }
H1.HeaderClassName
{
color: #BF1510;
}
.AnyTagClassName
{
color: #BF1510;
}
</style>
background-color css
<style>
a { background-color: #BF1510; }
a { background-color: rgb(191,21,16); }
div.DivClassName
{
background-color: #BF1510;
}
.BgClassName
{
background-color: #BF1510;
}
</style>
border-color css
<style>
span { border-color: #BF1510; }
span { border-color: rgb(191,21,16); }
td.TdClassName
{
border-color: #BF1510;
}
.TagClassName
{
border-color: #BF1510;
}
</style>