Shades of Fire Brick #BE2624
Tints of Fire Brick #BE2624
RGB
CMYK
RGB Variations
Color information
#BE2624 (or 0xBE2624) is known color: Fire Brick. HEX triplet: BE, 26 and 24. RGB value is (190,38,36). Sum of RGB (Red+Green+Blue) = 190+38+36=264 (34% of max value = 765). Red value is 190 (74.61% from 255 or 71.97% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2624 is #41D9DB. Grayscale: #535353. Windows color (decimal): -4315612 or 2369214. OLE color: 2369214.
HSL color Cylindrical-coordinate representation of color #BE2624: hue angle of 0.78º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2624 is Cyan = 0, Magento = 0.8, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 38 | 36 | - |
| CMYK | 0 | 0.8 | 0.81 | 0.25 |
| HSL | 0.78º | 0.68% | 0.44% | - |
| HSV(B) | 0.78º | 0.81% | 0.75% | - |
| XYZ | 22.25 | 12.46 | 2.9 | - |
| YUV | 83.22 | 101.36 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 38 | 36 | 0 | 0.8 | 0.81 | 0.25 | 0.78 | 0.68 | 0.44 |
| Hex | BE | 26 | 24 | 0 | 50 | 51 | 19 | 1 | 44 | 2C |
| Octal | 276 | 46 | 44 | 0 | 120 | 121 | 31 | 1 | 104 | 54 |
| Binary | 10111110 | 100110 | 100100 | 0 | 1010000 | 1010001 | 11001 | 1 | 1000100 | 101100 |
Color Harmonies of #BE2624
Complementary color
Monochromatic Colors of #BE2624
Black with #BE2624
Text Example
Text Example
White with #BE2624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2624; }
p { color: rgb(190,38,36); }
H1.HeaderClassName
{
color: #BE2624;
}
.AnyTagClassName
{
color: #BE2624;
}
</style>
background-color css
<style>
a { background-color: #BE2624; }
a { background-color: rgb(190,38,36); }
div.DivClassName
{
background-color: #BE2624;
}
.BgClassName
{
background-color: #BE2624;
}
</style>
border-color css
<style>
span { border-color: #BE2624; }
span { border-color: rgb(190,38,36); }
td.TdClassName
{
border-color: #BE2624;
}
.TagClassName
{
border-color: #BE2624;
}
</style>