Shades of Fire Brick #BE2015
Tints of Fire Brick #BE2015
RGB
CMYK
RGB Variations
Color information
#BE2015 (or 0xBE2015) is known color: Fire Brick. HEX triplet: BE, 20 and 15. RGB value is (190,32,21). Sum of RGB (Red+Green+Blue) = 190+32+21=243 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.19% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2015 is #41DFEA. Grayscale: #4E4E4E. Windows color (decimal): -4317163 or 1384638. OLE color: 1384638.
HSL color Cylindrical-coordinate representation of color #BE2015: hue angle of 3.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE2015 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 21 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.25 |
| HSL | 3.91º | 0.8% | 0.41% | - |
| HSV(B) | 3.91º | 0.89% | 0.75% | - |
| XYZ | 21.89 | 12.03 | 1.88 | - |
| YUV | 77.99 | 95.85 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 21 | 0 | 0.83 | 0.89 | 0.25 | 3.91 | 0.8 | 0.41 |
| Hex | BE | 20 | 15 | 0 | 53 | 59 | 19 | 4 | 50 | 29 |
| Octal | 276 | 40 | 25 | 0 | 123 | 131 | 31 | 4 | 120 | 51 |
| Binary | 10111110 | 100000 | 10101 | 0 | 1010011 | 1011001 | 11001 | 100 | 1010000 | 101001 |
Color Harmonies of #BE2015
Complementary color
Monochromatic Colors of #BE2015
Black with #BE2015
Text Example
Text Example
White with #BE2015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2015; }
p { color: rgb(190,32,21); }
H1.HeaderClassName
{
color: #BE2015;
}
.AnyTagClassName
{
color: #BE2015;
}
</style>
background-color css
<style>
a { background-color: #BE2015; }
a { background-color: rgb(190,32,21); }
div.DivClassName
{
background-color: #BE2015;
}
.BgClassName
{
background-color: #BE2015;
}
</style>
border-color css
<style>
span { border-color: #BE2015; }
span { border-color: rgb(190,32,21); }
td.TdClassName
{
border-color: #BE2015;
}
.TagClassName
{
border-color: #BE2015;
}
</style>