Shades of Fire Brick #BF2D24
Tints of Fire Brick #BF2D24
RGB
CMYK
RGB Variations
Color information
#BF2D24 (or 0xBF2D24) is known color: Fire Brick. HEX triplet: BF, 2D and 24. RGB value is (191,45,36). Sum of RGB (Red+Green+Blue) = 191+45+36=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2D24 is #40D2DB. Grayscale: #575757. Windows color (decimal): -4248284 or 2371007. OLE color: 2371007.
HSL color Cylindrical-coordinate representation of color #BF2D24: hue angle of 3.48º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2D24 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 36 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.25 |
| HSL | 3.48º | 0.68% | 0.45% | - |
| HSV(B) | 3.48º | 0.81% | 0.75% | - |
| XYZ | 22.74 | 13.08 | 3 | - |
| YUV | 87.63 | 98.87 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 36 | 0 | 0.76 | 0.81 | 0.25 | 3.48 | 0.68 | 0.45 |
| Hex | BF | 2D | 24 | 0 | 4C | 51 | 19 | 3 | 44 | 2D |
| Octal | 277 | 55 | 44 | 0 | 114 | 121 | 31 | 3 | 104 | 55 |
| Binary | 10111111 | 101101 | 100100 | 0 | 1001100 | 1010001 | 11001 | 11 | 1000100 | 101101 |
Color Harmonies of #BF2D24
Complementary color
Monochromatic Colors of #BF2D24
Black with #BF2D24
Text Example
Text Example
White with #BF2D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D24; }
p { color: rgb(191,45,36); }
H1.HeaderClassName
{
color: #BF2D24;
}
.AnyTagClassName
{
color: #BF2D24;
}
</style>
background-color css
<style>
a { background-color: #BF2D24; }
a { background-color: rgb(191,45,36); }
div.DivClassName
{
background-color: #BF2D24;
}
.BgClassName
{
background-color: #BF2D24;
}
</style>
border-color css
<style>
span { border-color: #BF2D24; }
span { border-color: rgb(191,45,36); }
td.TdClassName
{
border-color: #BF2D24;
}
.TagClassName
{
border-color: #BF2D24;
}
</style>