#BE3540

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

Shades of Brick Red #BE3540

Tints of Brick Red #BE3540

Color information

#BE3540 (or 0xBE3540) is unknown color: approx Brick Red. HEX triplet: BE, 35 and 40. RGB value is (190,53,64). Sum of RGB (Red+Green+Blue) = 190+53+64=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3540 is #41CABF. Grayscale: #5F5F5F. Windows color (decimal): -4311744 or 4208062. OLE color: 4208062.

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

Color convert

RGB1905364-
CMYK00.720.660.25
HSL355.18º56.38%47.65%-
HSV(B)355.18º72.11%74.51%-
XYZ23.4313.866.29-
YUV95.22110.39195.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.89%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=61.89%
G=17.26%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190536400.720.660.25355.1856.3847.65
HexBE354004842191633830
Octal276651000110102315437060
Binary10111110110101100000001001000100001011001101100011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3540; }

 p { color: rgb(190,53,64); }

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

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

 a { background-color: rgb(190,53,64); }

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

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

 span { border-color: rgb(190,53,64); }

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