Shades of Fire Brick #BE2D1E
Tints of Fire Brick #BE2D1E
RGB
CMYK
RGB Variations
Color information
#BE2D1E (or 0xBE2D1E) is known color: Fire Brick. HEX triplet: BE, 2D and 1E. RGB value is (190,45,30). Sum of RGB (Red+Green+Blue) = 190+45+30=265 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.70% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D1E is #41D2E1. Grayscale: #565656. Windows color (decimal): -4313826 or 1977790. OLE color: 1977790.
HSL color Cylindrical-coordinate representation of color #BE2D1E: hue angle of 5.62º degrees, saturation: 0.73, 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 #BE2D1E is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 30 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.25 |
| HSL | 5.63º | 0.73% | 0.43% | - |
| HSV(B) | 5.63º | 0.84% | 0.75% | - |
| XYZ | 22.41 | 12.92 | 2.54 | - |
| YUV | 86.65 | 96.04 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 30 | 0 | 0.76 | 0.84 | 0.25 | 5.63 | 0.73 | 0.43 |
| Hex | BE | 2D | 1E | 0 | 4C | 54 | 19 | 6 | 49 | 2B |
| Octal | 276 | 55 | 36 | 0 | 114 | 124 | 31 | 6 | 111 | 53 |
| Binary | 10111110 | 101101 | 11110 | 0 | 1001100 | 1010100 | 11001 | 110 | 1001001 | 101011 |
Color Harmonies of #BE2D1E
Complementary color
Monochromatic Colors of #BE2D1E
Black with #BE2D1E
Text Example
Text Example
White with #BE2D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D1E; }
p { color: rgb(190,45,30); }
H1.HeaderClassName
{
color: #BE2D1E;
}
.AnyTagClassName
{
color: #BE2D1E;
}
</style>
background-color css
<style>
a { background-color: #BE2D1E; }
a { background-color: rgb(190,45,30); }
div.DivClassName
{
background-color: #BE2D1E;
}
.BgClassName
{
background-color: #BE2D1E;
}
</style>
border-color css
<style>
span { border-color: #BE2D1E; }
span { border-color: rgb(190,45,30); }
td.TdClassName
{
border-color: #BE2D1E;
}
.TagClassName
{
border-color: #BE2D1E;
}
</style>