Shades of Brick Red #BE2640
Tints of Brick Red #BE2640
RGB
CMYK
RGB Variations
Color information
#BE2640 (or 0xBE2640) is known color: Brick Red. HEX triplet: BE, 26 and 40. RGB value is (190,38,64). Sum of RGB (Red+Green+Blue) = 190+38+64=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2640 is #41D9BF. Grayscale: #565656. Windows color (decimal): -4315584 or 4204222. OLE color: 4204222.
HSL color Cylindrical-coordinate representation of color #BE2640: hue angle of 349.74º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2640 is Cyan = 0, Magento = 0.8, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 38 | 64 | - |
| CMYK | 0 | 0.8 | 0.66 | 0.25 |
| HSL | 349.74º | 0.67% | 0.45% | - |
| HSV(B) | 349.74º | 0.8% | 0.75% | - |
| XYZ | 22.85 | 12.7 | 6.1 | - |
| YUV | 86.41 | 115.36 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 38 | 64 | 0 | 0.8 | 0.66 | 0.25 | 349.74 | 0.67 | 0.45 |
| Hex | BE | 26 | 40 | 0 | 50 | 42 | 19 | 15E | 43 | 2D |
| Octal | 276 | 46 | 100 | 0 | 120 | 102 | 31 | 536 | 103 | 55 |
| Binary | 10111110 | 100110 | 1000000 | 0 | 1010000 | 1000010 | 11001 | 101011110 | 1000011 | 101101 |
Color Harmonies of #BE2640
Complementary color
Monochromatic Colors of #BE2640
Black with #BE2640
Text Example
Text Example
White with #BE2640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2640; }
p { color: rgb(190,38,64); }
H1.HeaderClassName
{
color: #BE2640;
}
.AnyTagClassName
{
color: #BE2640;
}
</style>
background-color css
<style>
a { background-color: #BE2640; }
a { background-color: rgb(190,38,64); }
div.DivClassName
{
background-color: #BE2640;
}
.BgClassName
{
background-color: #BE2640;
}
</style>
border-color css
<style>
span { border-color: #BE2640; }
span { border-color: rgb(190,38,64); }
td.TdClassName
{
border-color: #BE2640;
}
.TagClassName
{
border-color: #BE2640;
}
</style>