Shades of Brick Red #BE2E3E
Tints of Brick Red #BE2E3E
RGB
CMYK
RGB Variations
Color information
#BE2E3E (or 0xBE2E3E) is known color: Brick Red. HEX triplet: BE, 2E and 3E. RGB value is (190,46,62). Sum of RGB (Red+Green+Blue) = 190+46+62=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2E3E is #41D1C1. Grayscale: #5A5A5A. Windows color (decimal): -4313538 or 4075198. OLE color: 4075198.
HSL color Cylindrical-coordinate representation of color #BE2E3E: hue angle of 353.33º degrees, saturation: 0.61, 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 #BE2E3E is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 46 | 62 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.25 |
| HSL | 353.33º | 0.61% | 0.46% | - |
| HSV(B) | 353.33º | 0.76% | 0.75% | - |
| XYZ | 23.08 | 13.25 | 5.9 | - |
| YUV | 90.88 | 111.71 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 62 | 0 | 0.76 | 0.67 | 0.25 | 353.33 | 0.61 | 0.46 |
| Hex | BE | 2E | 3E | 0 | 4C | 43 | 19 | 161 | 3D | 2E |
| Octal | 276 | 56 | 76 | 0 | 114 | 103 | 31 | 541 | 75 | 56 |
| Binary | 10111110 | 101110 | 111110 | 0 | 1001100 | 1000011 | 11001 | 101100001 | 111101 | 101110 |
Color Harmonies of #BE2E3E
Complementary color
Monochromatic Colors of #BE2E3E
Black with #BE2E3E
Text Example
Text Example
White with #BE2E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2E3E; }
p { color: rgb(190,46,62); }
H1.HeaderClassName
{
color: #BE2E3E;
}
.AnyTagClassName
{
color: #BE2E3E;
}
</style>
background-color css
<style>
a { background-color: #BE2E3E; }
a { background-color: rgb(190,46,62); }
div.DivClassName
{
background-color: #BE2E3E;
}
.BgClassName
{
background-color: #BE2E3E;
}
</style>
border-color css
<style>
span { border-color: #BE2E3E; }
span { border-color: rgb(190,46,62); }
td.TdClassName
{
border-color: #BE2E3E;
}
.TagClassName
{
border-color: #BE2E3E;
}
</style>