Shades of Fire Brick #BF291B
Tints of Fire Brick #BF291B
RGB
CMYK
RGB Variations
Color information
#BF291B (or 0xBF291B) is known color: Fire Brick. HEX triplet: BF, 29 and 1B. RGB value is (191,41,27). Sum of RGB (Red+Green+Blue) = 191+41+27=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF291B is #40D6E4. Grayscale: #545454. Windows color (decimal): -4249317 or 1780159. OLE color: 1780159.
HSL color Cylindrical-coordinate representation of color #BF291B: hue angle of 5.12º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF291B is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 27 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.25 |
| HSL | 5.12º | 0.75% | 0.43% | - |
| HSV(B) | 5.12º | 0.86% | 0.75% | - |
| XYZ | 22.48 | 12.74 | 2.31 | - |
| YUV | 84.25 | 95.7 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 27 | 0 | 0.79 | 0.86 | 0.25 | 5.12 | 0.75 | 0.43 |
| Hex | BF | 29 | 1B | 0 | 4F | 56 | 19 | 5 | 4B | 2B |
| Octal | 277 | 51 | 33 | 0 | 117 | 126 | 31 | 5 | 113 | 53 |
| Binary | 10111111 | 101001 | 11011 | 0 | 1001111 | 1010110 | 11001 | 101 | 1001011 | 101011 |
Color Harmonies of #BF291B
Complementary color
Monochromatic Colors of #BF291B
Black with #BF291B
Text Example
Text Example
White with #BF291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF291B; }
p { color: rgb(191,41,27); }
H1.HeaderClassName
{
color: #BF291B;
}
.AnyTagClassName
{
color: #BF291B;
}
</style>
background-color css
<style>
a { background-color: #BF291B; }
a { background-color: rgb(191,41,27); }
div.DivClassName
{
background-color: #BF291B;
}
.BgClassName
{
background-color: #BF291B;
}
</style>
border-color css
<style>
span { border-color: #BF291B; }
span { border-color: rgb(191,41,27); }
td.TdClassName
{
border-color: #BF291B;
}
.TagClassName
{
border-color: #BF291B;
}
</style>