Shades of Fire Brick #BF2D20
Tints of Fire Brick #BF2D20
RGB
CMYK
RGB Variations
Color information
#BF2D20 (or 0xBF2D20) is known color: Fire Brick. HEX triplet: BF, 2D and 20. RGB value is (191,45,32). Sum of RGB (Red+Green+Blue) = 191+45+32=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2D20 is #40D2DF. Grayscale: #575757. Windows color (decimal): -4248288 or 2108863. OLE color: 2108863.
HSL color Cylindrical-coordinate representation of color #BF2D20: hue angle of 4.91º 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 #BF2D20 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 32 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.25 |
| HSL | 4.91º | 0.71% | 0.44% | - |
| HSV(B) | 4.91º | 0.83% | 0.75% | - |
| XYZ | 22.68 | 13.06 | 2.69 | - |
| YUV | 87.17 | 96.87 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 32 | 0 | 0.76 | 0.83 | 0.25 | 4.91 | 0.71 | 0.44 |
| Hex | BF | 2D | 20 | 0 | 4C | 53 | 19 | 5 | 47 | 2C |
| Octal | 277 | 55 | 40 | 0 | 114 | 123 | 31 | 5 | 107 | 54 |
| Binary | 10111111 | 101101 | 100000 | 0 | 1001100 | 1010011 | 11001 | 101 | 1000111 | 101100 |
Color Harmonies of #BF2D20
Complementary color
Monochromatic Colors of #BF2D20
Black with #BF2D20
Text Example
Text Example
White with #BF2D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D20; }
p { color: rgb(191,45,32); }
H1.HeaderClassName
{
color: #BF2D20;
}
.AnyTagClassName
{
color: #BF2D20;
}
</style>
background-color css
<style>
a { background-color: #BF2D20; }
a { background-color: rgb(191,45,32); }
div.DivClassName
{
background-color: #BF2D20;
}
.BgClassName
{
background-color: #BF2D20;
}
</style>
border-color css
<style>
span { border-color: #BF2D20; }
span { border-color: rgb(191,45,32); }
td.TdClassName
{
border-color: #BF2D20;
}
.TagClassName
{
border-color: #BF2D20;
}
</style>