Shades of Brick Red #BE2D40
Tints of Brick Red #BE2D40
RGB
CMYK
RGB Variations
Color information
#BE2D40 (or 0xBE2D40) is known color: Brick Red. HEX triplet: BE, 2D and 40. RGB value is (190,45,64). Sum of RGB (Red+Green+Blue) = 190+45+64=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D40 is #41D2BF. Grayscale: #5A5A5A. Windows color (decimal): -4313792 or 4206014. OLE color: 4206014.
HSL color Cylindrical-coordinate representation of color #BE2D40: hue angle of 352.14º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2D40 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 64 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.25 |
| HSL | 352.14º | 0.62% | 0.46% | - |
| HSV(B) | 352.14º | 0.76% | 0.75% | - |
| XYZ | 23.1 | 13.19 | 6.18 | - |
| YUV | 90.52 | 113.04 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 64 | 0 | 0.76 | 0.66 | 0.25 | 352.14 | 0.62 | 0.46 |
| Hex | BE | 2D | 40 | 0 | 4C | 42 | 19 | 160 | 3E | 2E |
| Octal | 276 | 55 | 100 | 0 | 114 | 102 | 31 | 540 | 76 | 56 |
| Binary | 10111110 | 101101 | 1000000 | 0 | 1001100 | 1000010 | 11001 | 101100000 | 111110 | 101110 |
Color Harmonies of #BE2D40
Complementary color
Monochromatic Colors of #BE2D40
Black with #BE2D40
Text Example
Text Example
White with #BE2D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D40; }
p { color: rgb(190,45,64); }
H1.HeaderClassName
{
color: #BE2D40;
}
.AnyTagClassName
{
color: #BE2D40;
}
</style>
background-color css
<style>
a { background-color: #BE2D40; }
a { background-color: rgb(190,45,64); }
div.DivClassName
{
background-color: #BE2D40;
}
.BgClassName
{
background-color: #BE2D40;
}
</style>
border-color css
<style>
span { border-color: #BE2D40; }
span { border-color: rgb(190,45,64); }
td.TdClassName
{
border-color: #BE2D40;
}
.TagClassName
{
border-color: #BE2D40;
}
</style>