#BE2D41

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

Shades of Brick Red #BE2D41

Tints of Brick Red #BE2D41

Color information

#BE2D41 (or 0xBE2D41) is unknown color: approx Brick Red. HEX triplet: BE, 2D and 41. RGB value is (190,45,65). Sum of RGB (Red+Green+Blue) = 190+45+65=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D41 is #41D2BE. Grayscale: #5A5A5A. Windows color (decimal): -4313791 or 4271550. OLE color: 4271550.

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

Color convert

RGB1904565-
CMYK00.760.660.25
HSL351.72º61.7%46.08%-
HSV(B)351.72º76.32%74.51%-
XYZ23.1313.216.33-
YUV90.64113.54198.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.33%
GREEN value IS 45 (17.97% from 255) = 15%
BLUE value IS 65 (25.78% from 255) = 21.67%
R=63.33%
G=15%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190456500.760.660.25351.7261.746.08
HexBE2D4104C42191603e2e
Octal276551010114102315407656
Binary10111110101101100000101001100100001011001101100000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2D41; }

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

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

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

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

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

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

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

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