Shades of Fire Brick #BE2020
Tints of Fire Brick #BE2020
RGB
CMYK
RGB Variations
Color information
#BE2020 (or 0xBE2020) is known color: Fire Brick. HEX triplet: BE, 20 and 20. RGB value is (190,32,32). Sum of RGB (Red+Green+Blue) = 190+32+32=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2020 is #41DFDF. Grayscale: #4F4F4F. Windows color (decimal): -4317152 or 2105534. OLE color: 2105534.
HSL color Cylindrical-coordinate representation of color #BE2020: hue angle of 0º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2020 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 32 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.25 |
| HSL | 0º | 0.71% | 0.44% | - |
| HSV(B) | 0º | 0.83% | 0.75% | - |
| XYZ | 22.01 | 12.08 | 2.54 | - |
| YUV | 79.24 | 101.35 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 32 | 0 | 0.83 | 0.83 | 0.25 | 0 | 0.71 | 0.44 |
| Hex | BE | 20 | 20 | 0 | 53 | 53 | 19 | 0 | 47 | 2C |
| Octal | 276 | 40 | 40 | 0 | 123 | 123 | 31 | 0 | 107 | 54 |
| Binary | 10111110 | 100000 | 100000 | 0 | 1010011 | 1010011 | 11001 | 0 | 1000111 | 101100 |
Color Harmonies of #BE2020
Complementary color
Monochromatic Colors of #BE2020
Black with #BE2020
Text Example
Text Example
White with #BE2020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2020; }
p { color: rgb(190,32,32); }
H1.HeaderClassName
{
color: #BE2020;
}
.AnyTagClassName
{
color: #BE2020;
}
</style>
background-color css
<style>
a { background-color: #BE2020; }
a { background-color: rgb(190,32,32); }
div.DivClassName
{
background-color: #BE2020;
}
.BgClassName
{
background-color: #BE2020;
}
</style>
border-color css
<style>
span { border-color: #BE2020; }
span { border-color: rgb(190,32,32); }
td.TdClassName
{
border-color: #BE2020;
}
.TagClassName
{
border-color: #BE2020;
}
</style>