Shades of Brick Red #BE2841
Tints of Brick Red #BE2841
RGB
CMYK
RGB Variations
Color information
#BE2841 (or 0xBE2841) is known color: Brick Red. HEX triplet: BE, 28 and 41. RGB value is (190,40,65). Sum of RGB (Red+Green+Blue) = 190+40+65=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2841 is #41D7BE. Grayscale: #575757. Windows color (decimal): -4315071 or 4270270. OLE color: 4270270.
HSL color Cylindrical-coordinate representation of color #BE2841: hue angle of 350º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2841 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 40 | 65 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.25 |
| HSL | 350º | 0.65% | 0.45% | - |
| HSV(B) | 350º | 0.79% | 0.75% | - |
| XYZ | 22.95 | 12.85 | 6.27 | - |
| YUV | 87.7 | 115.2 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 65 | 0 | 0.79 | 0.66 | 0.25 | 350 | 0.65 | 0.45 |
| Hex | BE | 28 | 41 | 0 | 4F | 42 | 19 | 15E | 41 | 2D |
| Octal | 276 | 50 | 101 | 0 | 117 | 102 | 31 | 536 | 101 | 55 |
| Binary | 10111110 | 101000 | 1000001 | 0 | 1001111 | 1000010 | 11001 | 101011110 | 1000001 | 101101 |
Color Harmonies of #BE2841
Complementary color
Monochromatic Colors of #BE2841
Black with #BE2841
Text Example
Text Example
White with #BE2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2841; }
p { color: rgb(190,40,65); }
H1.HeaderClassName
{
color: #BE2841;
}
.AnyTagClassName
{
color: #BE2841;
}
</style>
background-color css
<style>
a { background-color: #BE2841; }
a { background-color: rgb(190,40,65); }
div.DivClassName
{
background-color: #BE2841;
}
.BgClassName
{
background-color: #BE2841;
}
</style>
border-color css
<style>
span { border-color: #BE2841; }
span { border-color: rgb(190,40,65); }
td.TdClassName
{
border-color: #BE2841;
}
.TagClassName
{
border-color: #BE2841;
}
</style>