Shades of Brick Red #BE2E3C
Tints of Brick Red #BE2E3C
RGB
CMYK
RGB Variations
Color information
#BE2E3C (or 0xBE2E3C) is known color: Brick Red. HEX triplet: BE, 2E and 3C. RGB value is (190,46,60). Sum of RGB (Red+Green+Blue) = 190+46+60=296 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.19% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2E3C is #41D1C3. Grayscale: #5A5A5A. Windows color (decimal): -4313540 or 3944126. OLE color: 3944126.
HSL color Cylindrical-coordinate representation of color #BE2E3C: hue angle of 354.17º 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 #BE2E3C is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 46 | 60 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.25 |
| HSL | 354.17º | 0.61% | 0.46% | - |
| HSV(B) | 354.17º | 0.76% | 0.75% | - |
| XYZ | 23.03 | 13.23 | 5.61 | - |
| YUV | 90.65 | 110.71 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 60 | 0 | 0.76 | 0.68 | 0.25 | 354.17 | 0.61 | 0.46 |
| Hex | BE | 2E | 3C | 0 | 4C | 44 | 19 | 162 | 3D | 2E |
| Octal | 276 | 56 | 74 | 0 | 114 | 104 | 31 | 542 | 75 | 56 |
| Binary | 10111110 | 101110 | 111100 | 0 | 1001100 | 1000100 | 11001 | 101100010 | 111101 | 101110 |
Color Harmonies of #BE2E3C
Complementary color
Monochromatic Colors of #BE2E3C
Black with #BE2E3C
Text Example
Text Example
White with #BE2E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2E3C; }
p { color: rgb(190,46,60); }
H1.HeaderClassName
{
color: #BE2E3C;
}
.AnyTagClassName
{
color: #BE2E3C;
}
</style>
background-color css
<style>
a { background-color: #BE2E3C; }
a { background-color: rgb(190,46,60); }
div.DivClassName
{
background-color: #BE2E3C;
}
.BgClassName
{
background-color: #BE2E3C;
}
</style>
border-color css
<style>
span { border-color: #BE2E3C; }
span { border-color: rgb(190,46,60); }
td.TdClassName
{
border-color: #BE2E3C;
}
.TagClassName
{
border-color: #BE2E3C;
}
</style>