Shades of Fire Brick #BF221F
Tints of Fire Brick #BF221F
RGB
CMYK
RGB Variations
Color information
#BF221F (or 0xBF221F) is known color: Fire Brick. HEX triplet: BF, 22 and 1F. RGB value is (191,34,31). Sum of RGB (Red+Green+Blue) = 191+34+31=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF221F is #40DDE0. Grayscale: #505050. Windows color (decimal): -4251105 or 2040511. OLE color: 2040511.
HSL color Cylindrical-coordinate representation of color #BF221F: hue angle of 1.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF221F is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 31 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.25 |
| HSL | 1.13º | 0.72% | 0.44% | - |
| HSV(B) | 1.13º | 0.84% | 0.75% | - |
| XYZ | 22.31 | 12.32 | 2.5 | - |
| YUV | 80.6 | 100.01 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 31 | 0 | 0.82 | 0.84 | 0.25 | 1.13 | 0.72 | 0.44 |
| Hex | BF | 22 | 1F | 0 | 52 | 54 | 19 | 1 | 48 | 2C |
| Octal | 277 | 42 | 37 | 0 | 122 | 124 | 31 | 1 | 110 | 54 |
| Binary | 10111111 | 100010 | 11111 | 0 | 1010010 | 1010100 | 11001 | 1 | 1001000 | 101100 |
Color Harmonies of #BF221F
Complementary color
Monochromatic Colors of #BF221F
Black with #BF221F
Text Example
Text Example
White with #BF221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF221F; }
p { color: rgb(191,34,31); }
H1.HeaderClassName
{
color: #BF221F;
}
.AnyTagClassName
{
color: #BF221F;
}
</style>
background-color css
<style>
a { background-color: #BF221F; }
a { background-color: rgb(191,34,31); }
div.DivClassName
{
background-color: #BF221F;
}
.BgClassName
{
background-color: #BF221F;
}
</style>
border-color css
<style>
span { border-color: #BF221F; }
span { border-color: rgb(191,34,31); }
td.TdClassName
{
border-color: #BF221F;
}
.TagClassName
{
border-color: #BF221F;
}
</style>