#BE3744

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

Shades of Brick Red #BE3744

Tints of Brick Red #BE3744

Color information

#BE3744 (or 0xBE3744) is unknown color: approx Brick Red. HEX triplet: BE, 37 and 44. RGB value is (190,55,68). Sum of RGB (Red+Green+Blue) = 190+55+68=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3744 is #41C8BB. Grayscale: #606060. Windows color (decimal): -4311228 or 4470718. OLE color: 4470718.

HSL color Cylindrical-coordinate representation of color #BE3744: hue angle of 354.22º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE3744 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1905568-
CMYK00.710.640.25
HSL354.22º55.1%48.04%-
HSV(B)354.22º71.05%74.51%-
XYZ23.6414.16.94-
YUV96.85111.73194.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.70%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 68 (26.95% from 255) = 21.73%
R=60.70%
G=17.57%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190556800.710.640.25354.2255.148.04
HexBE374404740191623730
Octal276671040107100315426760
Binary10111110110111100010001000111100000011001101100010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3744; }

 p { color: rgb(190,55,68); }

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

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

 a { background-color: rgb(190,55,68); }

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

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

 span { border-color: rgb(190,55,68); }

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