#BE293E

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

Shades of Brick Red #BE293E

Tints of Brick Red #BE293E

Color information

#BE293E (or 0xBE293E) is unknown color: approx Brick Red. HEX triplet: BE, 29 and 3E. RGB value is (190,41,62). Sum of RGB (Red+Green+Blue) = 190+41+62=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE293E is #41D6C1. Grayscale: #585858. Windows color (decimal): -4314818 or 4073918. OLE color: 4073918.

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

Color convert

RGB1904162-
CMYK00.780.670.25
HSL351.54º64.5%45.29%-
HSV(B)351.54º78.42%74.51%-
XYZ22.912.885.84-
YUV87.94113.36200.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.85%
GREEN value IS 41 (16.41% from 255) = 13.99%
BLUE value IS 62 (24.61% from 255) = 21.16%
R=64.85%
G=13.99%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190416200.780.670.25351.5464.545.29
HexBE293E04E4319160412d
Octal276517601161033154010155
Binary10111110101001111110010011101000011110011011000001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE293E; }

 p { color: rgb(190,41,62); }

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

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

 a { background-color: rgb(190,41,62); }

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

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

 span { border-color: rgb(190,41,62); }

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