Shades of Brick Red #BE2D3E
Tints of Brick Red #BE2D3E
RGB
CMYK
RGB Variations
Color information
#BE2D3E (or 0xBE2D3E) is known color: Brick Red. HEX triplet: BE, 2D and 3E. RGB value is (190,45,62). Sum of RGB (Red+Green+Blue) = 190+45+62=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D3E is #41D2C1. Grayscale: #5A5A5A. Windows color (decimal): -4313794 or 4074942. OLE color: 4074942.
HSL color Cylindrical-coordinate representation of color #BE2D3E: hue angle of 352.97º 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 #BE2D3E is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 62 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.25 |
| HSL | 352.97º | 0.62% | 0.46% | - |
| HSV(B) | 352.97º | 0.76% | 0.75% | - |
| XYZ | 23.04 | 13.17 | 5.89 | - |
| YUV | 90.29 | 112.04 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 62 | 0 | 0.76 | 0.67 | 0.25 | 352.97 | 0.62 | 0.46 |
| Hex | BE | 2D | 3E | 0 | 4C | 43 | 19 | 161 | 3E | 2E |
| Octal | 276 | 55 | 76 | 0 | 114 | 103 | 31 | 541 | 76 | 56 |
| Binary | 10111110 | 101101 | 111110 | 0 | 1001100 | 1000011 | 11001 | 101100001 | 111110 | 101110 |
Color Harmonies of #BE2D3E
Complementary color
Monochromatic Colors of #BE2D3E
Black with #BE2D3E
Text Example
Text Example
White with #BE2D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D3E; }
p { color: rgb(190,45,62); }
H1.HeaderClassName
{
color: #BE2D3E;
}
.AnyTagClassName
{
color: #BE2D3E;
}
</style>
background-color css
<style>
a { background-color: #BE2D3E; }
a { background-color: rgb(190,45,62); }
div.DivClassName
{
background-color: #BE2D3E;
}
.BgClassName
{
background-color: #BE2D3E;
}
</style>
border-color css
<style>
span { border-color: #BE2D3E; }
span { border-color: rgb(190,45,62); }
td.TdClassName
{
border-color: #BE2D3E;
}
.TagClassName
{
border-color: #BE2D3E;
}
</style>