Shades of Fire Brick #BE2017
Tints of Fire Brick #BE2017
RGB
CMYK
RGB Variations
Color information
#BE2017 (or 0xBE2017) is known color: Fire Brick. HEX triplet: BE, 20 and 17. RGB value is (190,32,23). Sum of RGB (Red+Green+Blue) = 190+32+23=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2017 is #41DFE8. Grayscale: #4E4E4E. Windows color (decimal): -4317161 or 1515710. OLE color: 1515710.
HSL color Cylindrical-coordinate representation of color #BE2017: hue angle of 3.23º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE2017 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 23 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.25 |
| HSL | 3.23º | 0.78% | 0.42% | - |
| HSV(B) | 3.23º | 0.88% | 0.75% | - |
| XYZ | 21.91 | 12.04 | 1.98 | - |
| YUV | 78.22 | 96.85 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 23 | 0 | 0.83 | 0.88 | 0.25 | 3.23 | 0.78 | 0.42 |
| Hex | BE | 20 | 17 | 0 | 53 | 58 | 19 | 3 | 4E | 2A |
| Octal | 276 | 40 | 27 | 0 | 123 | 130 | 31 | 3 | 116 | 52 |
| Binary | 10111110 | 100000 | 10111 | 0 | 1010011 | 1011000 | 11001 | 11 | 1001110 | 101010 |
Color Harmonies of #BE2017
Complementary color
Monochromatic Colors of #BE2017
Black with #BE2017
Text Example
Text Example
White with #BE2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2017; }
p { color: rgb(190,32,23); }
H1.HeaderClassName
{
color: #BE2017;
}
.AnyTagClassName
{
color: #BE2017;
}
</style>
background-color css
<style>
a { background-color: #BE2017; }
a { background-color: rgb(190,32,23); }
div.DivClassName
{
background-color: #BE2017;
}
.BgClassName
{
background-color: #BE2017;
}
</style>
border-color css
<style>
span { border-color: #BE2017; }
span { border-color: rgb(190,32,23); }
td.TdClassName
{
border-color: #BE2017;
}
.TagClassName
{
border-color: #BE2017;
}
</style>