Shades of Fire Brick #BE2D21
Tints of Fire Brick #BE2D21
RGB
CMYK
RGB Variations
Color information
#BE2D21 (or 0xBE2D21) is known color: Fire Brick. HEX triplet: BE, 2D and 21. RGB value is (190,45,33). Sum of RGB (Red+Green+Blue) = 190+45+33=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D21 is #41D2DE. Grayscale: #575757. Windows color (decimal): -4313823 or 2174398. OLE color: 2174398.
HSL color Cylindrical-coordinate representation of color #BE2D21: hue angle of 4.59º degrees, saturation: 0.7, 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 #BE2D21 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 33 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.25 |
| HSL | 4.59º | 0.7% | 0.44% | - |
| HSV(B) | 4.59º | 0.83% | 0.75% | - |
| XYZ | 22.45 | 12.93 | 2.75 | - |
| YUV | 86.99 | 97.54 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 33 | 0 | 0.76 | 0.83 | 0.25 | 4.59 | 0.7 | 0.44 |
| Hex | BE | 2D | 21 | 0 | 4C | 53 | 19 | 5 | 46 | 2C |
| Octal | 276 | 55 | 41 | 0 | 114 | 123 | 31 | 5 | 106 | 54 |
| Binary | 10111110 | 101101 | 100001 | 0 | 1001100 | 1010011 | 11001 | 101 | 1000110 | 101100 |
Color Harmonies of #BE2D21
Complementary color
Monochromatic Colors of #BE2D21
Black with #BE2D21
Text Example
Text Example
White with #BE2D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D21; }
p { color: rgb(190,45,33); }
H1.HeaderClassName
{
color: #BE2D21;
}
.AnyTagClassName
{
color: #BE2D21;
}
</style>
background-color css
<style>
a { background-color: #BE2D21; }
a { background-color: rgb(190,45,33); }
div.DivClassName
{
background-color: #BE2D21;
}
.BgClassName
{
background-color: #BE2D21;
}
</style>
border-color css
<style>
span { border-color: #BE2D21; }
span { border-color: rgb(190,45,33); }
td.TdClassName
{
border-color: #BE2D21;
}
.TagClassName
{
border-color: #BE2D21;
}
</style>