Shades of Fire Brick #BF2113
Tints of Fire Brick #BF2113
RGB
CMYK
RGB Variations
Color information
#BF2113 (or 0xBF2113) is known color: Fire Brick. HEX triplet: BF, 21 and 13. RGB value is (191,33,19). Sum of RGB (Red+Green+Blue) = 191+33+19=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2113 is #40DEEC. Grayscale: #4E4E4E. Windows color (decimal): -4251373 or 1253823. OLE color: 1253823.
HSL color Cylindrical-coordinate representation of color #BF2113: hue angle of 4.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF2113 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 19 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.25 |
| HSL | 4.88º | 0.82% | 0.41% | - |
| HSV(B) | 4.88º | 0.9% | 0.75% | - |
| XYZ | 22.15 | 12.21 | 1.81 | - |
| YUV | 78.65 | 94.35 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 19 | 0 | 0.83 | 0.90 | 0.25 | 4.88 | 0.82 | 0.41 |
| Hex | BF | 21 | 13 | 0 | 53 | 5A | 19 | 5 | 52 | 29 |
| Octal | 277 | 41 | 23 | 0 | 123 | 132 | 31 | 5 | 122 | 51 |
| Binary | 10111111 | 100001 | 10011 | 0 | 1010011 | 1011010 | 11001 | 101 | 1010010 | 101001 |
Color Harmonies of #BF2113
Complementary color
Monochromatic Colors of #BF2113
Black with #BF2113
Text Example
Text Example
White with #BF2113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2113; }
p { color: rgb(191,33,19); }
H1.HeaderClassName
{
color: #BF2113;
}
.AnyTagClassName
{
color: #BF2113;
}
</style>
background-color css
<style>
a { background-color: #BF2113; }
a { background-color: rgb(191,33,19); }
div.DivClassName
{
background-color: #BF2113;
}
.BgClassName
{
background-color: #BF2113;
}
</style>
border-color css
<style>
span { border-color: #BF2113; }
span { border-color: rgb(191,33,19); }
td.TdClassName
{
border-color: #BF2113;
}
.TagClassName
{
border-color: #BF2113;
}
</style>