Shades of Fire Brick #BF3024
Tints of Fire Brick #BF3024
RGB
CMYK
RGB Variations
Color information
#BF3024 (or 0xBF3024) is known color: Fire Brick. HEX triplet: BF, 30 and 24. RGB value is (191,48,36). Sum of RGB (Red+Green+Blue) = 191+48+36=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3024 is #40CFDB. Grayscale: #595959. Windows color (decimal): -4247516 or 2371775. OLE color: 2371775.
HSL color Cylindrical-coordinate representation of color #BF3024: hue angle of 4.65º 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 #BF3024 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 48 | 36 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.25 |
| HSL | 4.65º | 0.68% | 0.45% | - |
| HSV(B) | 4.65º | 0.81% | 0.75% | - |
| XYZ | 22.86 | 13.32 | 3.03 | - |
| YUV | 89.39 | 97.88 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 36 | 0 | 0.75 | 0.81 | 0.25 | 4.65 | 0.68 | 0.45 |
| Hex | BF | 30 | 24 | 0 | 4B | 51 | 19 | 5 | 44 | 2D |
| Octal | 277 | 60 | 44 | 0 | 113 | 121 | 31 | 5 | 104 | 55 |
| Binary | 10111111 | 110000 | 100100 | 0 | 1001011 | 1010001 | 11001 | 101 | 1000100 | 101101 |
Color Harmonies of #BF3024
Complementary color
Monochromatic Colors of #BF3024
Black with #BF3024
Text Example
Text Example
White with #BF3024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3024; }
p { color: rgb(191,48,36); }
H1.HeaderClassName
{
color: #BF3024;
}
.AnyTagClassName
{
color: #BF3024;
}
</style>
background-color css
<style>
a { background-color: #BF3024; }
a { background-color: rgb(191,48,36); }
div.DivClassName
{
background-color: #BF3024;
}
.BgClassName
{
background-color: #BF3024;
}
</style>
border-color css
<style>
span { border-color: #BF3024; }
span { border-color: rgb(191,48,36); }
td.TdClassName
{
border-color: #BF3024;
}
.TagClassName
{
border-color: #BF3024;
}
</style>