Shades of Brick Red #BE2B3A
Tints of Brick Red #BE2B3A
RGB
CMYK
RGB Variations
Color information
#BE2B3A (or 0xBE2B3A) is known color: Brick Red. HEX triplet: BE, 2B and 3A. RGB value is (190,43,58). Sum of RGB (Red+Green+Blue) = 190+43+58=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2B3A is #41D4C5. Grayscale: #585858. Windows color (decimal): -4314310 or 3812286. OLE color: 3812286.
HSL color Cylindrical-coordinate representation of color #BE2B3A: hue angle of 353.88º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2B3A is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 43 | 58 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.25 |
| HSL | 353.88º | 0.63% | 0.46% | - |
| HSV(B) | 353.88º | 0.77% | 0.75% | - |
| XYZ | 22.86 | 12.98 | 5.3 | - |
| YUV | 88.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 43 | 58 | 0 | 0.77 | 0.69 | 0.25 | 353.88 | 0.63 | 0.46 |
| Hex | BE | 2B | 3A | 0 | 4D | 45 | 19 | 162 | 3F | 2E |
| Octal | 276 | 53 | 72 | 0 | 115 | 105 | 31 | 542 | 77 | 56 |
| Binary | 10111110 | 101011 | 111010 | 0 | 1001101 | 1000101 | 11001 | 101100010 | 111111 | 101110 |
Color Harmonies of #BE2B3A
Complementary color
Monochromatic Colors of #BE2B3A
Black with #BE2B3A
Text Example
Text Example
White with #BE2B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2B3A; }
p { color: rgb(190,43,58); }
H1.HeaderClassName
{
color: #BE2B3A;
}
.AnyTagClassName
{
color: #BE2B3A;
}
</style>
background-color css
<style>
a { background-color: #BE2B3A; }
a { background-color: rgb(190,43,58); }
div.DivClassName
{
background-color: #BE2B3A;
}
.BgClassName
{
background-color: #BE2B3A;
}
</style>
border-color css
<style>
span { border-color: #BE2B3A; }
span { border-color: rgb(190,43,58); }
td.TdClassName
{
border-color: #BE2B3A;
}
.TagClassName
{
border-color: #BE2B3A;
}
</style>