Shades of Brick Red #BE2D37
Tints of Brick Red #BE2D37
RGB
CMYK
RGB Variations
Color information
#BE2D37 (or 0xBE2D37) is known color: Brick Red. HEX triplet: BE, 2D and 37. RGB value is (190,45,55). Sum of RGB (Red+Green+Blue) = 190+45+55=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D37 is #41D2C8. Grayscale: #595959. Windows color (decimal): -4313801 or 3616190. OLE color: 3616190.
HSL color Cylindrical-coordinate representation of color #BE2D37: hue angle of 355.86º 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 #BE2D37 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 55 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.25 |
| HSL | 355.86º | 0.62% | 0.46% | - |
| HSV(B) | 355.86º | 0.76% | 0.75% | - |
| XYZ | 22.86 | 13.1 | 4.94 | - |
| YUV | 89.5 | 108.54 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 55 | 0 | 0.76 | 0.71 | 0.25 | 355.86 | 0.62 | 0.46 |
| Hex | BE | 2D | 37 | 0 | 4C | 47 | 19 | 164 | 3E | 2E |
| Octal | 276 | 55 | 67 | 0 | 114 | 107 | 31 | 544 | 76 | 56 |
| Binary | 10111110 | 101101 | 110111 | 0 | 1001100 | 1000111 | 11001 | 101100100 | 111110 | 101110 |
Color Harmonies of #BE2D37
Complementary color
Monochromatic Colors of #BE2D37
Black with #BE2D37
Text Example
Text Example
White with #BE2D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D37; }
p { color: rgb(190,45,55); }
H1.HeaderClassName
{
color: #BE2D37;
}
.AnyTagClassName
{
color: #BE2D37;
}
</style>
background-color css
<style>
a { background-color: #BE2D37; }
a { background-color: rgb(190,45,55); }
div.DivClassName
{
background-color: #BE2D37;
}
.BgClassName
{
background-color: #BE2D37;
}
</style>
border-color css
<style>
span { border-color: #BE2D37; }
span { border-color: rgb(190,45,55); }
td.TdClassName
{
border-color: #BE2D37;
}
.TagClassName
{
border-color: #BE2D37;
}
</style>