#BE3141

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

Shades of Brick Red #BE3141

Tints of Brick Red #BE3141

Color information

#BE3141 (or 0xBE3141) is unknown color: approx Brick Red. HEX triplet: BE, 31 and 41. RGB value is (190,49,65). Sum of RGB (Red+Green+Blue) = 190+49+65=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3141 is #41CEBE. Grayscale: #5D5D5D. Windows color (decimal): -4312767 or 4272574. OLE color: 4272574.

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

Color convert

RGB1904965-
CMYK00.740.660.25
HSL353.19º59%46.86%-
HSV(B)353.19º74.21%74.51%-
XYZ23.2913.536.38-
YUV92.98112.21197.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.5%
GREEN value IS 49 (19.53% from 255) = 16.12%
BLUE value IS 65 (25.78% from 255) = 21.38%
R=62.5%
G=16.12%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190496500.740.660.25353.195946.86
HexBE314104A42191613b2f
Octal276611010112102315417357
Binary10111110110001100000101001010100001011001101100001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3141; }

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

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

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

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

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

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

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

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