Shades of Fire Brick #BF2B20
Tints of Fire Brick #BF2B20
RGB
CMYK
RGB Variations
Color information
#BF2B20 (or 0xBF2B20) is known color: Fire Brick. HEX triplet: BF, 2B and 20. RGB value is (191,43,32). Sum of RGB (Red+Green+Blue) = 191+43+32=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2B20 is #40D4DF. Grayscale: #565656. Windows color (decimal): -4248800 or 2108351. OLE color: 2108351.
HSL color Cylindrical-coordinate representation of color #BF2B20: hue angle of 4.15º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2B20 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 43 | 32 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.25 |
| HSL | 4.15º | 0.71% | 0.44% | - |
| HSV(B) | 4.15º | 0.83% | 0.75% | - |
| XYZ | 22.61 | 12.91 | 2.67 | - |
| YUV | 86 | 97.53 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 32 | 0 | 0.77 | 0.83 | 0.25 | 4.15 | 0.71 | 0.44 |
| Hex | BF | 2B | 20 | 0 | 4D | 53 | 19 | 4 | 47 | 2C |
| Octal | 277 | 53 | 40 | 0 | 115 | 123 | 31 | 4 | 107 | 54 |
| Binary | 10111111 | 101011 | 100000 | 0 | 1001101 | 1010011 | 11001 | 100 | 1000111 | 101100 |
Color Harmonies of #BF2B20
Complementary color
Monochromatic Colors of #BF2B20
Black with #BF2B20
Text Example
Text Example
White with #BF2B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2B20; }
p { color: rgb(191,43,32); }
H1.HeaderClassName
{
color: #BF2B20;
}
.AnyTagClassName
{
color: #BF2B20;
}
</style>
background-color css
<style>
a { background-color: #BF2B20; }
a { background-color: rgb(191,43,32); }
div.DivClassName
{
background-color: #BF2B20;
}
.BgClassName
{
background-color: #BF2B20;
}
</style>
border-color css
<style>
span { border-color: #BF2B20; }
span { border-color: rgb(191,43,32); }
td.TdClassName
{
border-color: #BF2B20;
}
.TagClassName
{
border-color: #BF2B20;
}
</style>