#be2a3e

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

Shades of Brick Red #BE2A3E

Tints of Brick Red #BE2A3E

Color information

#BE2A3E (or 0xBE2A3E) is unknown color: approx Brick Red. HEX triplet: BE, 2A and 3E. RGB value is (190,42,62). Sum of RGB (Red+Green+Blue) = 190+42+62=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A3E is #41D5C1. Grayscale: #585858. Windows color (decimal): -4314562 or 4074174. OLE color: 4074174.

HSL color Cylindrical-coordinate representation of color #BE2A3E: hue angle of 351.89º degrees, saturation: 0.64, 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 #BE2A3E is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB1904262-
CMYK00.780.670.25
HSL351.89º63.79%45.49%-
HSV(B)351.89º77.89%74.51%-
XYZ22.9312.955.85-
YUV88.53113.03200.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.63%
GREEN value IS 42 (16.80% from 255) = 14.29%
BLUE value IS 62 (24.61% from 255) = 21.09%
R=64.63%
G=14.29%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190426200.780.670.25351.8963.7945.49
HexBE2A3E04E4319160402d
Octal276527601161033154010055
Binary10111110101010111110010011101000011110011011000001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be2a3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be2a3e; }

 p { color: rgb(190,42,62); }

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

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

 a { background-color: rgb(190,42,62); }

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

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

 span { border-color: rgb(190,42,62); }

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