#BE2A36

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

Shades of Brick Red #BE2A36

Tints of Brick Red #BE2A36

Color information

#BE2A36 (or 0xBE2A36) is unknown color: approx Brick Red. HEX triplet: BE, 2A and 36. RGB value is (190,42,54). Sum of RGB (Red+Green+Blue) = 190+42+54=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A36 is #41D5C9. Grayscale: #575757. Windows color (decimal): -4314570 or 3549886. OLE color: 3549886.

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

Color convert

RGB1904254-
CMYK00.780.720.25
HSL355.14º63.79%45.49%-
HSV(B)355.14º77.89%74.51%-
XYZ22.7312.874.78-
YUV87.62109.03201.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.43%
GREEN value IS 42 (16.80% from 255) = 14.69%
BLUE value IS 54 (21.48% from 255) = 18.88%
R=66.43%
G=14.69%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190425400.780.720.25355.1463.7945.49
HexBE2A3604E4819163402d
Octal276526601161103154310055
Binary10111110101010110110010011101001000110011011000111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A36; }

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

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

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

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

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

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

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

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