Shades of Fire Brick #BE2D20
Tints of Fire Brick #BE2D20
RGB
CMYK
RGB Variations
Color information
#BE2D20 (or 0xBE2D20) is known color: Fire Brick. HEX triplet: BE, 2D and 20. RGB value is (190,45,32). Sum of RGB (Red+Green+Blue) = 190+45+32=267 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.16% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D20 is #41D2DF. Grayscale: #575757. Windows color (decimal): -4313824 or 2108862. OLE color: 2108862.
HSL color Cylindrical-coordinate representation of color #BE2D20: hue angle of 4.94º 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 #BE2D20 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 32 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.25 |
| HSL | 4.94º | 0.71% | 0.44% | - |
| HSV(B) | 4.94º | 0.83% | 0.75% | - |
| XYZ | 22.43 | 12.93 | 2.68 | - |
| YUV | 86.87 | 97.04 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 32 | 0 | 0.76 | 0.83 | 0.25 | 4.94 | 0.71 | 0.44 |
| Hex | BE | 2D | 20 | 0 | 4C | 53 | 19 | 5 | 47 | 2C |
| Octal | 276 | 55 | 40 | 0 | 114 | 123 | 31 | 5 | 107 | 54 |
| Binary | 10111110 | 101101 | 100000 | 0 | 1001100 | 1010011 | 11001 | 101 | 1000111 | 101100 |
Color Harmonies of #BE2D20
Complementary color
Monochromatic Colors of #BE2D20
Black with #BE2D20
Text Example
Text Example
White with #BE2D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D20; }
p { color: rgb(190,45,32); }
H1.HeaderClassName
{
color: #BE2D20;
}
.AnyTagClassName
{
color: #BE2D20;
}
</style>
background-color css
<style>
a { background-color: #BE2D20; }
a { background-color: rgb(190,45,32); }
div.DivClassName
{
background-color: #BE2D20;
}
.BgClassName
{
background-color: #BE2D20;
}
</style>
border-color css
<style>
span { border-color: #BE2D20; }
span { border-color: rgb(190,45,32); }
td.TdClassName
{
border-color: #BE2D20;
}
.TagClassName
{
border-color: #BE2D20;
}
</style>