Shades of Brick Red #BE2938
Tints of Brick Red #BE2938
RGB
CMYK
RGB Variations
Color information
#BE2938 (or 0xBE2938) is known color: Brick Red. HEX triplet: BE, 29 and 38. RGB value is (190,41,56). Sum of RGB (Red+Green+Blue) = 190+41+56=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2938 is #41D6C7. Grayscale: #575757. Windows color (decimal): -4314824 or 3680702. OLE color: 3680702.
HSL color Cylindrical-coordinate representation of color #BE2938: hue angle of 353.96º degrees, saturation: 0.65, 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 #BE2938 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 41 | 56 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.25 |
| HSL | 353.96º | 0.65% | 0.45% | - |
| HSV(B) | 353.96º | 0.78% | 0.75% | - |
| XYZ | 22.74 | 12.82 | 5.02 | - |
| YUV | 87.26 | 110.36 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 56 | 0 | 0.78 | 0.71 | 0.25 | 353.96 | 0.65 | 0.45 |
| Hex | BE | 29 | 38 | 0 | 4E | 47 | 19 | 162 | 41 | 2D |
| Octal | 276 | 51 | 70 | 0 | 116 | 107 | 31 | 542 | 101 | 55 |
| Binary | 10111110 | 101001 | 111000 | 0 | 1001110 | 1000111 | 11001 | 101100010 | 1000001 | 101101 |
Color Harmonies of #BE2938
Complementary color
Monochromatic Colors of #BE2938
Black with #BE2938
Text Example
Text Example
White with #BE2938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2938; }
p { color: rgb(190,41,56); }
H1.HeaderClassName
{
color: #BE2938;
}
.AnyTagClassName
{
color: #BE2938;
}
</style>
background-color css
<style>
a { background-color: #BE2938; }
a { background-color: rgb(190,41,56); }
div.DivClassName
{
background-color: #BE2938;
}
.BgClassName
{
background-color: #BE2938;
}
</style>
border-color css
<style>
span { border-color: #BE2938; }
span { border-color: rgb(190,41,56); }
td.TdClassName
{
border-color: #BE2938;
}
.TagClassName
{
border-color: #BE2938;
}
</style>