Shades of Fire Brick #BF211B
Tints of Fire Brick #BF211B
RGB
CMYK
RGB Variations
Color information
#BF211B (or 0xBF211B) is known color: Fire Brick. HEX triplet: BF, 21 and 1B. RGB value is (191,33,27). Sum of RGB (Red+Green+Blue) = 191+33+27=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF211B is #40DEE4. Grayscale: #4F4F4F. Windows color (decimal): -4251365 or 1778111. OLE color: 1778111.
HSL color Cylindrical-coordinate representation of color #BF211B: hue angle of 2.2º 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 #BF211B is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 27 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.25 |
| HSL | 2.2º | 0.75% | 0.43% | - |
| HSV(B) | 2.2º | 0.86% | 0.75% | - |
| XYZ | 22.23 | 12.24 | 2.23 | - |
| YUV | 79.56 | 98.35 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 27 | 0 | 0.83 | 0.86 | 0.25 | 2.2 | 0.75 | 0.43 |
| Hex | BF | 21 | 1B | 0 | 53 | 56 | 19 | 2 | 4B | 2B |
| Octal | 277 | 41 | 33 | 0 | 123 | 126 | 31 | 2 | 113 | 53 |
| Binary | 10111111 | 100001 | 11011 | 0 | 1010011 | 1010110 | 11001 | 10 | 1001011 | 101011 |
Color Harmonies of #BF211B
Complementary color
Monochromatic Colors of #BF211B
Black with #BF211B
Text Example
Text Example
White with #BF211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF211B; }
p { color: rgb(191,33,27); }
H1.HeaderClassName
{
color: #BF211B;
}
.AnyTagClassName
{
color: #BF211B;
}
</style>
background-color css
<style>
a { background-color: #BF211B; }
a { background-color: rgb(191,33,27); }
div.DivClassName
{
background-color: #BF211B;
}
.BgClassName
{
background-color: #BF211B;
}
</style>
border-color css
<style>
span { border-color: #BF211B; }
span { border-color: rgb(191,33,27); }
td.TdClassName
{
border-color: #BF211B;
}
.TagClassName
{
border-color: #BF211B;
}
</style>