#BE4146

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

Shades of Brick Red #BE4146

Tints of Brick Red #BE4146

Color information

#BE4146 (or 0xBE4146) is unknown color: approx Brick Red. HEX triplet: BE, 41 and 46. RGB value is (190,65,70). Sum of RGB (Red+Green+Blue) = 190+65+70=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4146 is #41BEB9. Grayscale: #676767. Windows color (decimal): -4308666 or 4604350. OLE color: 4604350.

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

Color convert

RGB1906570-
CMYK00.660.630.25
HSL357.6º49.02%50%-
HSV(B)357.6º65.79%74.51%-
XYZ24.2315.177.45-
YUV102.94109.41190.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.46%
GREEN value IS 65 (25.78% from 255) = 20%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=58.46%
G=20%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190657000.660.630.25357.649.0250
HexBE41460423F191663132
Octal276101106010277315466162
Binary10111110100000110001100100001011111111001101100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4146; }

 p { color: rgb(190,65,70); }

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

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

 a { background-color: rgb(190,65,70); }

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

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

 span { border-color: rgb(190,65,70); }

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