#BE4145

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

Shades of Brick Red #BE4145

Tints of Brick Red #BE4145

Color information

#BE4145 (or 0xBE4145) is unknown color: approx Brick Red. HEX triplet: BE, 41 and 45. RGB value is (190,65,69). Sum of RGB (Red+Green+Blue) = 190+65+69=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4145 is #41BEBA. Grayscale: #666666. Windows color (decimal): -4308667 or 4538814. OLE color: 4538814.

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

Color convert

RGB1906569-
CMYK00.660.640.25
HSL358.08º49.02%50%-
HSV(B)358.08º65.79%74.51%-
XYZ24.215.167.28-
YUV102.83108.91190.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.64%
GREEN value IS 65 (25.78% from 255) = 20.06%
BLUE value IS 69 (27.34% from 255) = 21.30%
R=58.64%
G=20.06%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190656900.660.640.25358.0849.0250
HexBE414504240191663132
Octal2761011050102100315466162
Binary101111101000001100010101000010100000011001101100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4145; }

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

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

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

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

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

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

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

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