Shades of Fire Brick #BF2720
Tints of Fire Brick #BF2720
RGB
CMYK
RGB Variations
Color information
#BF2720 (or 0xBF2720) is known color: Fire Brick. HEX triplet: BF, 27 and 20. RGB value is (191,39,32). Sum of RGB (Red+Green+Blue) = 191+39+32=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2720 is #40D8DF. Grayscale: #535353. Windows color (decimal): -4249824 or 2107327. OLE color: 2107327.
HSL color Cylindrical-coordinate representation of color #BF2720: hue angle of 2.64º 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 #BF2720 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 39 | 32 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.25 |
| HSL | 2.64º | 0.71% | 0.44% | - |
| HSV(B) | 2.64º | 0.83% | 0.75% | - |
| XYZ | 22.47 | 12.63 | 2.62 | - |
| YUV | 83.65 | 98.86 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 39 | 32 | 0 | 0.80 | 0.83 | 0.25 | 2.64 | 0.71 | 0.44 |
| Hex | BF | 27 | 20 | 0 | 50 | 53 | 19 | 3 | 47 | 2C |
| Octal | 277 | 47 | 40 | 0 | 120 | 123 | 31 | 3 | 107 | 54 |
| Binary | 10111111 | 100111 | 100000 | 0 | 1010000 | 1010011 | 11001 | 11 | 1000111 | 101100 |
Color Harmonies of #BF2720
Complementary color
Monochromatic Colors of #BF2720
Black with #BF2720
Text Example
Text Example
White with #BF2720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2720; }
p { color: rgb(191,39,32); }
H1.HeaderClassName
{
color: #BF2720;
}
.AnyTagClassName
{
color: #BF2720;
}
</style>
background-color css
<style>
a { background-color: #BF2720; }
a { background-color: rgb(191,39,32); }
div.DivClassName
{
background-color: #BF2720;
}
.BgClassName
{
background-color: #BF2720;
}
</style>
border-color css
<style>
span { border-color: #BF2720; }
span { border-color: rgb(191,39,32); }
td.TdClassName
{
border-color: #BF2720;
}
.TagClassName
{
border-color: #BF2720;
}
</style>