Shades of Fire Brick #BF2525
Tints of Fire Brick #BF2525
RGB
CMYK
RGB Variations
Color information
#BF2525 (or 0xBF2525) is known color: Fire Brick. HEX triplet: BF, 25 and 25. RGB value is (191,37,37). Sum of RGB (Red+Green+Blue) = 191+37+37=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2525 is #40DADA. Grayscale: #535353. Windows color (decimal): -4250331 or 2434495. OLE color: 2434495.
HSL color Cylindrical-coordinate representation of color #BF2525: hue angle of 0º 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 #BF2525 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 37 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.25 |
| HSL | 0º | 0.68% | 0.45% | - |
| HSV(B) | 0º | 0.81% | 0.75% | - |
| XYZ | 22.48 | 12.53 | 2.98 | - |
| YUV | 83.05 | 102.02 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 37 | 0 | 0.81 | 0.81 | 0.25 | 0 | 0.68 | 0.45 |
| Hex | BF | 25 | 25 | 0 | 51 | 51 | 19 | 0 | 44 | 2D |
| Octal | 277 | 45 | 45 | 0 | 121 | 121 | 31 | 0 | 104 | 55 |
| Binary | 10111111 | 100101 | 100101 | 0 | 1010001 | 1010001 | 11001 | 0 | 1000100 | 101101 |
Color Harmonies of #BF2525
Complementary color
Monochromatic Colors of #BF2525
Black with #BF2525
Text Example
Text Example
White with #BF2525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2525; }
p { color: rgb(191,37,37); }
H1.HeaderClassName
{
color: #BF2525;
}
.AnyTagClassName
{
color: #BF2525;
}
</style>
background-color css
<style>
a { background-color: #BF2525; }
a { background-color: rgb(191,37,37); }
div.DivClassName
{
background-color: #BF2525;
}
.BgClassName
{
background-color: #BF2525;
}
</style>
border-color css
<style>
span { border-color: #BF2525; }
span { border-color: rgb(191,37,37); }
td.TdClassName
{
border-color: #BF2525;
}
.TagClassName
{
border-color: #BF2525;
}
</style>