Shades of Brick Red #BE2D41
Tints of Brick Red #BE2D41
RGB
CMYK
RGB Variations
Color information
#BE2D41 (or 0xBE2D41) is known color: Brick Red. HEX triplet: BE, 2D and 41. RGB value is (190,45,65). Sum of RGB (Red+Green+Blue) = 190+45+65=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D41 is #41D2BE. Grayscale: #5A5A5A. Windows color (decimal): -4313791 or 4271550. OLE color: 4271550.
HSL color Cylindrical-coordinate representation of color #BE2D41: hue angle of 351.72º degrees, saturation: 0.62, 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 #BE2D41 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 65 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.25 |
| HSL | 351.72º | 0.62% | 0.46% | - |
| HSV(B) | 351.72º | 0.76% | 0.75% | - |
| XYZ | 23.13 | 13.21 | 6.33 | - |
| YUV | 90.64 | 113.54 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 65 | 0 | 0.76 | 0.66 | 0.25 | 351.72 | 0.62 | 0.46 |
| Hex | BE | 2D | 41 | 0 | 4C | 42 | 19 | 160 | 3E | 2E |
| Octal | 276 | 55 | 101 | 0 | 114 | 102 | 31 | 540 | 76 | 56 |
| Binary | 10111110 | 101101 | 1000001 | 0 | 1001100 | 1000010 | 11001 | 101100000 | 111110 | 101110 |
Color Harmonies of #BE2D41
Complementary color
Monochromatic Colors of #BE2D41
Black with #BE2D41
Text Example
Text Example
White with #BE2D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D41; }
p { color: rgb(190,45,65); }
H1.HeaderClassName
{
color: #BE2D41;
}
.AnyTagClassName
{
color: #BE2D41;
}
</style>
background-color css
<style>
a { background-color: #BE2D41; }
a { background-color: rgb(190,45,65); }
div.DivClassName
{
background-color: #BE2D41;
}
.BgClassName
{
background-color: #BE2D41;
}
</style>
border-color css
<style>
span { border-color: #BE2D41; }
span { border-color: rgb(190,45,65); }
td.TdClassName
{
border-color: #BE2D41;
}
.TagClassName
{
border-color: #BE2D41;
}
</style>