Shades of Fire Brick #BE291F
Tints of Fire Brick #BE291F
RGB
CMYK
RGB Variations
Color information
#BE291F (or 0xBE291F) is known color: Fire Brick. HEX triplet: BE, 29 and 1F. RGB value is (190,41,31). Sum of RGB (Red+Green+Blue) = 190+41+31=262 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.52% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 190 - color contains mainly: red. Hex color #BE291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE291F is #41D6E0. Grayscale: #545454. Windows color (decimal): -4314849 or 2042302. OLE color: 2042302.
HSL color Cylindrical-coordinate representation of color #BE291F: hue angle of 3.77º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE291F is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 41 | 31 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.25 |
| HSL | 3.77º | 0.72% | 0.43% | - |
| HSV(B) | 3.77º | 0.84% | 0.75% | - |
| XYZ | 22.28 | 12.63 | 2.56 | - |
| YUV | 84.41 | 97.86 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 31 | 0 | 0.78 | 0.84 | 0.25 | 3.77 | 0.72 | 0.43 |
| Hex | BE | 29 | 1F | 0 | 4E | 54 | 19 | 4 | 48 | 2B |
| Octal | 276 | 51 | 37 | 0 | 116 | 124 | 31 | 4 | 110 | 53 |
| Binary | 10111110 | 101001 | 11111 | 0 | 1001110 | 1010100 | 11001 | 100 | 1001000 | 101011 |
Color Harmonies of #BE291F
Complementary color
Monochromatic Colors of #BE291F
Black with #BE291F
Text Example
Text Example
White with #BE291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE291F; }
p { color: rgb(190,41,31); }
H1.HeaderClassName
{
color: #BE291F;
}
.AnyTagClassName
{
color: #BE291F;
}
</style>
background-color css
<style>
a { background-color: #BE291F; }
a { background-color: rgb(190,41,31); }
div.DivClassName
{
background-color: #BE291F;
}
.BgClassName
{
background-color: #BE291F;
}
</style>
border-color css
<style>
span { border-color: #BE291F; }
span { border-color: rgb(190,41,31); }
td.TdClassName
{
border-color: #BE291F;
}
.TagClassName
{
border-color: #BE291F;
}
</style>