Shades of Fire Brick #BF1814
Tints of Fire Brick #BF1814
RGB
CMYK
RGB Variations
Color information
#BF1814 (or 0xBF1814) is known color: Fire Brick. HEX triplet: BF, 18 and 14. RGB value is (191,24,20). Sum of RGB (Red+Green+Blue) = 191+24+20=235 (31% of max value = 765). Red value is 191 (75% from 255 or 81.28% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1814 is #40E7EB. Grayscale: #494949. Windows color (decimal): -4253676 or 1317055. OLE color: 1317055.
HSL color Cylindrical-coordinate representation of color #BF1814: hue angle of 1.4º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1814 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 24 | 20 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.25 |
| HSL | 1.4º | 0.81% | 0.41% | - |
| HSV(B) | 1.4º | 0.9% | 0.75% | - |
| XYZ | 21.94 | 11.78 | 1.78 | - |
| YUV | 73.48 | 97.83 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 20 | 0 | 0.87 | 0.90 | 0.25 | 1.4 | 0.81 | 0.41 |
| Hex | BF | 18 | 14 | 0 | 57 | 5A | 19 | 1 | 51 | 29 |
| Octal | 277 | 30 | 24 | 0 | 127 | 132 | 31 | 1 | 121 | 51 |
| Binary | 10111111 | 11000 | 10100 | 0 | 1010111 | 1011010 | 11001 | 1 | 1010001 | 101001 |
Color Harmonies of #BF1814
Complementary color
Monochromatic Colors of #BF1814
Black with #BF1814
Text Example
Text Example
White with #BF1814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1814; }
p { color: rgb(191,24,20); }
H1.HeaderClassName
{
color: #BF1814;
}
.AnyTagClassName
{
color: #BF1814;
}
</style>
background-color css
<style>
a { background-color: #BF1814; }
a { background-color: rgb(191,24,20); }
div.DivClassName
{
background-color: #BF1814;
}
.BgClassName
{
background-color: #BF1814;
}
</style>
border-color css
<style>
span { border-color: #BF1814; }
span { border-color: rgb(191,24,20); }
td.TdClassName
{
border-color: #BF1814;
}
.TagClassName
{
border-color: #BF1814;
}
</style>