Shades of Fire Brick #BF2018
Tints of Fire Brick #BF2018
RGB
CMYK
RGB Variations
Color information
#BF2018 (or 0xBF2018) is known color: Fire Brick. HEX triplet: BF, 20 and 18. RGB value is (191,32,24). Sum of RGB (Red+Green+Blue) = 191+32+24=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2018 is #40DFE7. Grayscale: #4E4E4E. Windows color (decimal): -4251624 or 1581247. OLE color: 1581247.
HSL color Cylindrical-coordinate representation of color #BF2018: hue angle of 2.87º degrees, saturation: 0.78, 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 #BF2018 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 24 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.25 |
| HSL | 2.87º | 0.78% | 0.42% | - |
| HSV(B) | 2.87º | 0.87% | 0.75% | - |
| XYZ | 22.17 | 12.18 | 2.05 | - |
| YUV | 78.63 | 97.18 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 24 | 0 | 0.83 | 0.87 | 0.25 | 2.87 | 0.78 | 0.42 |
| Hex | BF | 20 | 18 | 0 | 53 | 57 | 19 | 3 | 4E | 2A |
| Octal | 277 | 40 | 30 | 0 | 123 | 127 | 31 | 3 | 116 | 52 |
| Binary | 10111111 | 100000 | 11000 | 0 | 1010011 | 1010111 | 11001 | 11 | 1001110 | 101010 |
Color Harmonies of #BF2018
Complementary color
Monochromatic Colors of #BF2018
Black with #BF2018
Text Example
Text Example
White with #BF2018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2018; }
p { color: rgb(191,32,24); }
H1.HeaderClassName
{
color: #BF2018;
}
.AnyTagClassName
{
color: #BF2018;
}
</style>
background-color css
<style>
a { background-color: #BF2018; }
a { background-color: rgb(191,32,24); }
div.DivClassName
{
background-color: #BF2018;
}
.BgClassName
{
background-color: #BF2018;
}
</style>
border-color css
<style>
span { border-color: #BF2018; }
span { border-color: rgb(191,32,24); }
td.TdClassName
{
border-color: #BF2018;
}
.TagClassName
{
border-color: #BF2018;
}
</style>