Shades of Brick Red #BE2A40
Tints of Brick Red #BE2A40
RGB
CMYK
RGB Variations
Color information
#BE2A40 (or 0xBE2A40) is known color: Brick Red. HEX triplet: BE, 2A and 40. RGB value is (190,42,64). Sum of RGB (Red+Green+Blue) = 190+42+64=296 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.19% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A40 is #41D5BF. Grayscale: #585858. Windows color (decimal): -4314560 or 4205246. OLE color: 4205246.
HSL color Cylindrical-coordinate representation of color #BE2A40: hue angle of 351.08º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2A40 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 64 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.25 |
| HSL | 351.08º | 0.64% | 0.45% | - |
| HSV(B) | 351.08º | 0.78% | 0.75% | - |
| XYZ | 22.99 | 12.97 | 6.14 | - |
| YUV | 88.76 | 114.03 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 64 | 0 | 0.78 | 0.66 | 0.25 | 351.08 | 0.64 | 0.45 |
| Hex | BE | 2A | 40 | 0 | 4E | 42 | 19 | 15F | 40 | 2D |
| Octal | 276 | 52 | 100 | 0 | 116 | 102 | 31 | 537 | 100 | 55 |
| Binary | 10111110 | 101010 | 1000000 | 0 | 1001110 | 1000010 | 11001 | 101011111 | 1000000 | 101101 |
Color Harmonies of #BE2A40
Complementary color
Monochromatic Colors of #BE2A40
Black with #BE2A40
Text Example
Text Example
White with #BE2A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A40; }
p { color: rgb(190,42,64); }
H1.HeaderClassName
{
color: #BE2A40;
}
.AnyTagClassName
{
color: #BE2A40;
}
</style>
background-color css
<style>
a { background-color: #BE2A40; }
a { background-color: rgb(190,42,64); }
div.DivClassName
{
background-color: #BE2A40;
}
.BgClassName
{
background-color: #BE2A40;
}
</style>
border-color css
<style>
span { border-color: #BE2A40; }
span { border-color: rgb(190,42,64); }
td.TdClassName
{
border-color: #BE2A40;
}
.TagClassName
{
border-color: #BE2A40;
}
</style>