#BE3D47

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

Shades of Brick Red #BE3D47

Tints of Brick Red #BE3D47

Color information

#BE3D47 (or 0xBE3D47) is unknown color: approx Brick Red. HEX triplet: BE, 3D and 47. RGB value is (190,61,71). Sum of RGB (Red+Green+Blue) = 190+61+71=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3D47 is #41C2B8. Grayscale: #646464. Windows color (decimal): -4309689 or 4668862. OLE color: 4668862.

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

Color convert

RGB1906171-
CMYK00.680.630.25
HSL355.35º51.39%49.22%-
HSV(B)355.35º67.89%74.51%-
XYZ24.0414.747.54-
YUV100.71111.24191.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.01%
GREEN value IS 61 (24.22% from 255) = 18.94%
BLUE value IS 71 (28.12% from 255) = 22.05%
R=59.01%
G=18.94%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190617100.680.630.25355.3551.3949.22
HexBE3D470443F191633331
Octal27675107010477315436361
Binary1011111011110110001110100010011111111001101100011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3D47; }

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

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

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

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

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

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

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

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