#BE2938

Color #BE2938 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #BE2938

Tints of Brick Red #BE2938

Color information

#BE2938 (or 0xBE2938) is unknown color: approx 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

RGB1904156-
CMYK00.780.710.25
HSL353.96º64.5%45.29%-
HSV(B)353.96º78.42%74.51%-
XYZ22.7412.825.02-
YUV87.26110.36201.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 66.20%
GREEN value IS 41 (16.41% from 255) = 14.29%
BLUE value IS 56 (22.27% from 255) = 19.51%
R=66.20%
G=14.29%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190415600.780.710.25353.9664.545.29
HexBE293804E4719162412d
Octal276517001161073154210155
Binary10111110101001111000010011101000111110011011000101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>