Shades of Fire Brick #BF1919
Tints of Fire Brick #BF1919
RGB
CMYK
RGB Variations
Color information
#BF1919 (or 0xBF1919) is known color: Fire Brick. HEX triplet: BF, 19 and 19. RGB value is (191,25,25). Sum of RGB (Red+Green+Blue) = 191+25+25=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1919 is #40E6E6. Grayscale: #4A4A4A. Windows color (decimal): -4253415 or 1644991. OLE color: 1644991.
HSL color Cylindrical-coordinate representation of color #BF1919: hue angle of 0º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1919 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 25 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.25 |
| HSL | 0º | 0.77% | 0.42% | - |
| HSV(B) | 0º | 0.87% | 0.75% | - |
| XYZ | 22.01 | 11.84 | 2.05 | - |
| YUV | 74.63 | 100 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 25 | 0 | 0.87 | 0.87 | 0.25 | 0 | 0.77 | 0.42 |
| Hex | BF | 19 | 19 | 0 | 57 | 57 | 19 | 0 | 4D | 2A |
| Octal | 277 | 31 | 31 | 0 | 127 | 127 | 31 | 0 | 115 | 52 |
| Binary | 10111111 | 11001 | 11001 | 0 | 1010111 | 1010111 | 11001 | 0 | 1001101 | 101010 |
Color Harmonies of #BF1919
Complementary color
Monochromatic Colors of #BF1919
Black with #BF1919
Text Example
Text Example
White with #BF1919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1919; }
p { color: rgb(191,25,25); }
H1.HeaderClassName
{
color: #BF1919;
}
.AnyTagClassName
{
color: #BF1919;
}
</style>
background-color css
<style>
a { background-color: #BF1919; }
a { background-color: rgb(191,25,25); }
div.DivClassName
{
background-color: #BF1919;
}
.BgClassName
{
background-color: #BF1919;
}
</style>
border-color css
<style>
span { border-color: #BF1919; }
span { border-color: rgb(191,25,25); }
td.TdClassName
{
border-color: #BF1919;
}
.TagClassName
{
border-color: #BF1919;
}
</style>