#BE4346

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

Shades of Brick Red #BE4346

Tints of Brick Red #BE4346

Color information

#BE4346 (or 0xBE4346) is unknown color: approx Brick Red. HEX triplet: BE, 43 and 46. RGB value is (190,67,70). Sum of RGB (Red+Green+Blue) = 190+67+70=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4346 is #41BCB9. Grayscale: #686868. Windows color (decimal): -4308154 or 4604862. OLE color: 4604862.

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

Color convert

RGB1906770-
CMYK00.650.630.25
HSL358.54º48.62%50.39%-
HSV(B)358.54º64.74%74.51%-
XYZ24.3515.47.48-
YUV104.12108.75189.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.10%
GREEN value IS 67 (26.56% from 255) = 20.49%
BLUE value IS 70 (27.73% from 255) = 21.41%
R=58.10%
G=20.49%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190677000.650.630.25358.5448.6250.39
HexBE43460413F191673132
Octal276103106010177315476162
Binary10111110100001110001100100000111111111001101100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4346; }

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

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

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

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

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

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

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

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