#BE3E47

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

Shades of Brick Red #BE3E47

Tints of Brick Red #BE3E47

Color information

#BE3E47 (or 0xBE3E47) is unknown color: approx Brick Red. HEX triplet: BE, 3E and 47. RGB value is (190,62,71). Sum of RGB (Red+Green+Blue) = 190+62+71=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E47 is #41C1B8. Grayscale: #656565. Windows color (decimal): -4309433 or 4669118. OLE color: 4669118.

HSL color Cylindrical-coordinate representation of color #BE3E47: hue angle of 355.78º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3E47 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1906271-
CMYK00.670.630.25
HSL355.78º50.79%49.41%-
HSV(B)355.78º67.37%74.51%-
XYZ24.114.857.56-
YUV101.3110.91191.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.82%
GREEN value IS 62 (24.61% from 255) = 19.20%
BLUE value IS 71 (28.12% from 255) = 21.98%
R=58.82%
G=19.20%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190627100.670.630.25355.7850.7949.41
HexBE3E470433F191643331
Octal27676107010377315446361
Binary1011111011111010001110100001111111111001101100100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3E47; }

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

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

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

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

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

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

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

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