#BE2A39

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

Shades of Brick Red #BE2A39

Tints of Brick Red #BE2A39

Color information

#BE2A39 (or 0xBE2A39) is unknown color: approx Brick Red. HEX triplet: BE, 2A and 39. RGB value is (190,42,57). Sum of RGB (Red+Green+Blue) = 190+42+57=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A39 is #41D5C6. Grayscale: #585858. Windows color (decimal): -4314567 or 3746494. OLE color: 3746494.

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

Color convert

RGB1904257-
CMYK00.780.70.25
HSL353.92º63.79%45.49%-
HSV(B)353.92º77.89%74.51%-
XYZ22.812.95.16-
YUV87.96110.53200.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.74%
GREEN value IS 42 (16.80% from 255) = 14.53%
BLUE value IS 57 (22.66% from 255) = 19.72%
R=65.74%
G=14.53%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190425700.780.70.25353.9263.7945.49
HexBE2A3904E4619162402d
Octal276527101161063154210055
Binary10111110101010111001010011101000110110011011000101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A39; }

 p { color: rgb(190,42,57); }

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

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

 a { background-color: rgb(190,42,57); }

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

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

 span { border-color: rgb(190,42,57); }

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