#BE2D42

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

Shades of Brick Red #BE2D42

Tints of Brick Red #BE2D42

Color information

#BE2D42 (or 0xBE2D42) is unknown color: approx Brick Red. HEX triplet: BE, 2D and 42. RGB value is (190,45,66). Sum of RGB (Red+Green+Blue) = 190+45+66=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D42 is #41D2BD. Grayscale: #5A5A5A. Windows color (decimal): -4313790 or 4337086. OLE color: 4337086.

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

Color convert

RGB1904566-
CMYK00.760.650.25
HSL351.31º61.7%46.08%-
HSV(B)351.31º76.32%74.51%-
XYZ23.1613.226.48-
YUV90.75114.04198.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.12%
GREEN value IS 45 (17.97% from 255) = 14.95%
BLUE value IS 66 (26.17% from 255) = 21.93%
R=63.12%
G=14.95%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190456600.760.650.25351.3161.746.08
HexBE2D4204C411915f3e2e
Octal276551020114101315377656
Binary10111110101101100001001001100100000111001101011111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2D42; }

 p { color: rgb(190,45,66); }

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

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

 a { background-color: rgb(190,45,66); }

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

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

 span { border-color: rgb(190,45,66); }

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