#BE2D40

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

Shades of Brick Red #BE2D40

Tints of Brick Red #BE2D40

Color information

#BE2D40 (or 0xBE2D40) is unknown color: approx Brick Red. HEX triplet: BE, 2D and 40. RGB value is (190,45,64). Sum of RGB (Red+Green+Blue) = 190+45+64=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D40 is #41D2BF. Grayscale: #5A5A5A. Windows color (decimal): -4313792 or 4206014. OLE color: 4206014.

HSL color Cylindrical-coordinate representation of color #BE2D40: hue angle of 352.14º 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 #BE2D40 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1904564-
CMYK00.760.660.25
HSL352.14º61.7%46.08%-
HSV(B)352.14º76.32%74.51%-
XYZ23.113.196.18-
YUV90.52113.04198.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.55%
GREEN value IS 45 (17.97% from 255) = 15.05%
BLUE value IS 64 (25.39% from 255) = 21.40%
R=63.55%
G=15.05%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190456400.760.660.25352.1461.746.08
HexBE2D4004C42191603e2e
Octal276551000114102315407656
Binary10111110101101100000001001100100001011001101100000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2D40; }

 p { color: rgb(190,45,64); }

 H1.HeaderClassName
 {
   color: #BE2D40;
 }
 .AnyTagClassName
 {
   color: #BE2D40;
 }
</style>
background-color css

<style>
 a { background-color: #BE2D40; }

 a { background-color: rgb(190,45,64); }

 div.DivClassName
 {
   background-color: #BE2D40;
 }
 .BgClassName
 {
   background-color: #BE2D40;
 }
</style>
border-color css

<style>
 span { border-color: #BE2D40; }

 span { border-color: rgb(190,45,64); }

 td.TdClassName
 {
   border-color: #BE2D40;
 }
 .TagClassName
 {
   border-color: #BE2D40;
 }
</style>