Shades of Fire Brick #BE190E
Tints of Fire Brick #BE190E
RGB
CMYK
RGB Variations
Color information
#BE190E (or 0xBE190E) is known color: Fire Brick. HEX triplet: BE, 19 and 0E. RGB value is (190,25,14). Sum of RGB (Red+Green+Blue) = 190+25+14=229 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.97% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 190 - color contains mainly: red. Hex color #BE190E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE190E is #41E6F1. Grayscale: #494949. Windows color (decimal): -4318962 or 924094. OLE color: 924094.
HSL color Cylindrical-coordinate representation of color #BE190E: hue angle of 3.75º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE190E is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 25 | 14 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.25 |
| HSL | 3.75º | 0.86% | 0.4% | - |
| HSV(B) | 3.75º | 0.93% | 0.75% | - |
| XYZ | 21.66 | 11.67 | 1.53 | - |
| YUV | 73.08 | 94.66 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 14 | 0 | 0.87 | 0.93 | 0.25 | 3.75 | 0.86 | 0.4 |
| Hex | BE | 19 | E | 0 | 57 | 5D | 19 | 4 | 56 | 28 |
| Octal | 276 | 31 | 16 | 0 | 127 | 135 | 31 | 4 | 126 | 50 |
| Binary | 10111110 | 11001 | 1110 | 0 | 1010111 | 1011101 | 11001 | 100 | 1010110 | 101000 |
Color Harmonies of #BE190E
Complementary color
Monochromatic Colors of #BE190E
Black with #BE190E
Text Example
Text Example
White with #BE190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE190E; }
p { color: rgb(190,25,14); }
H1.HeaderClassName
{
color: #BE190E;
}
.AnyTagClassName
{
color: #BE190E;
}
</style>
background-color css
<style>
a { background-color: #BE190E; }
a { background-color: rgb(190,25,14); }
div.DivClassName
{
background-color: #BE190E;
}
.BgClassName
{
background-color: #BE190E;
}
</style>
border-color css
<style>
span { border-color: #BE190E; }
span { border-color: rgb(190,25,14); }
td.TdClassName
{
border-color: #BE190E;
}
.TagClassName
{
border-color: #BE190E;
}
</style>