Shades of Fire Brick #BE2724
Tints of Fire Brick #BE2724
RGB
CMYK
RGB Variations
Color information
#BE2724 (or 0xBE2724) is known color: Fire Brick. HEX triplet: BE, 27 and 24. RGB value is (190,39,36). Sum of RGB (Red+Green+Blue) = 190+39+36=265 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.70% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2724 is #41D8DB. Grayscale: #535353. Windows color (decimal): -4315356 or 2369470. OLE color: 2369470.
HSL color Cylindrical-coordinate representation of color #BE2724: hue angle of 1.17º 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 #BE2724 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 39 | 36 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.25 |
| HSL | 1.17º | 0.68% | 0.44% | - |
| HSV(B) | 1.17º | 0.81% | 0.75% | - |
| XYZ | 22.28 | 12.53 | 2.91 | - |
| YUV | 83.81 | 101.03 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 39 | 36 | 0 | 0.79 | 0.81 | 0.25 | 1.17 | 0.68 | 0.44 |
| Hex | BE | 27 | 24 | 0 | 4F | 51 | 19 | 1 | 44 | 2C |
| Octal | 276 | 47 | 44 | 0 | 117 | 121 | 31 | 1 | 104 | 54 |
| Binary | 10111110 | 100111 | 100100 | 0 | 1001111 | 1010001 | 11001 | 1 | 1000100 | 101100 |
Color Harmonies of #BE2724
Complementary color
Monochromatic Colors of #BE2724
Black with #BE2724
Text Example
Text Example
White with #BE2724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2724; }
p { color: rgb(190,39,36); }
H1.HeaderClassName
{
color: #BE2724;
}
.AnyTagClassName
{
color: #BE2724;
}
</style>
background-color css
<style>
a { background-color: #BE2724; }
a { background-color: rgb(190,39,36); }
div.DivClassName
{
background-color: #BE2724;
}
.BgClassName
{
background-color: #BE2724;
}
</style>
border-color css
<style>
span { border-color: #BE2724; }
span { border-color: rgb(190,39,36); }
td.TdClassName
{
border-color: #BE2724;
}
.TagClassName
{
border-color: #BE2724;
}
</style>