Shades of Fire Brick #BE2019
Tints of Fire Brick #BE2019
RGB
CMYK
RGB Variations
Color information
#BE2019 (or 0xBE2019) is known color: Fire Brick. HEX triplet: BE, 20 and 19. RGB value is (190,32,25). Sum of RGB (Red+Green+Blue) = 190+32+25=247 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.92% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2019 is #41DFE6. Grayscale: #4E4E4E. Windows color (decimal): -4317159 or 1646782. OLE color: 1646782.
HSL color Cylindrical-coordinate representation of color #BE2019: hue angle of 2.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE2019 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 25 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.25 |
| HSL | 2.55º | 0.77% | 0.42% | - |
| HSV(B) | 2.55º | 0.87% | 0.75% | - |
| XYZ | 21.93 | 12.05 | 2.09 | - |
| YUV | 78.44 | 97.85 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 25 | 0 | 0.83 | 0.87 | 0.25 | 2.55 | 0.77 | 0.42 |
| Hex | BE | 20 | 19 | 0 | 53 | 57 | 19 | 3 | 4D | 2A |
| Octal | 276 | 40 | 31 | 0 | 123 | 127 | 31 | 3 | 115 | 52 |
| Binary | 10111110 | 100000 | 11001 | 0 | 1010011 | 1010111 | 11001 | 11 | 1001101 | 101010 |
Color Harmonies of #BE2019
Complementary color
Monochromatic Colors of #BE2019
Black with #BE2019
Text Example
Text Example
White with #BE2019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2019; }
p { color: rgb(190,32,25); }
H1.HeaderClassName
{
color: #BE2019;
}
.AnyTagClassName
{
color: #BE2019;
}
</style>
background-color css
<style>
a { background-color: #BE2019; }
a { background-color: rgb(190,32,25); }
div.DivClassName
{
background-color: #BE2019;
}
.BgClassName
{
background-color: #BE2019;
}
</style>
border-color css
<style>
span { border-color: #BE2019; }
span { border-color: rgb(190,32,25); }
td.TdClassName
{
border-color: #BE2019;
}
.TagClassName
{
border-color: #BE2019;
}
</style>