Shades of Fire Brick #BE2D25
Tints of Fire Brick #BE2D25
RGB
CMYK
RGB Variations
Color information
#BE2D25 (or 0xBE2D25) is known color: Fire Brick. HEX triplet: BE, 2D and 25. RGB value is (190,45,37). Sum of RGB (Red+Green+Blue) = 190+45+37=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D25 is #41D2DA. Grayscale: #575757. Windows color (decimal): -4313819 or 2436542. OLE color: 2436542.
HSL color Cylindrical-coordinate representation of color #BE2D25: hue angle of 3.14º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2D25 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 37 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.25 |
| HSL | 3.14º | 0.67% | 0.45% | - |
| HSV(B) | 3.14º | 0.81% | 0.75% | - |
| XYZ | 22.51 | 12.96 | 3.07 | - |
| YUV | 87.44 | 99.54 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 37 | 0 | 0.76 | 0.81 | 0.25 | 3.14 | 0.67 | 0.45 |
| Hex | BE | 2D | 25 | 0 | 4C | 51 | 19 | 3 | 43 | 2D |
| Octal | 276 | 55 | 45 | 0 | 114 | 121 | 31 | 3 | 103 | 55 |
| Binary | 10111110 | 101101 | 100101 | 0 | 1001100 | 1010001 | 11001 | 11 | 1000011 | 101101 |
Color Harmonies of #BE2D25
Complementary color
Monochromatic Colors of #BE2D25
Black with #BE2D25
Text Example
Text Example
White with #BE2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D25; }
p { color: rgb(190,45,37); }
H1.HeaderClassName
{
color: #BE2D25;
}
.AnyTagClassName
{
color: #BE2D25;
}
</style>
background-color css
<style>
a { background-color: #BE2D25; }
a { background-color: rgb(190,45,37); }
div.DivClassName
{
background-color: #BE2D25;
}
.BgClassName
{
background-color: #BE2D25;
}
</style>
border-color css
<style>
span { border-color: #BE2D25; }
span { border-color: rgb(190,45,37); }
td.TdClassName
{
border-color: #BE2D25;
}
.TagClassName
{
border-color: #BE2D25;
}
</style>