#BE293B

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

Shades of Brick Red #BE293B

Tints of Brick Red #BE293B

Color information

#BE293B (or 0xBE293B) is unknown color: approx Brick Red. HEX triplet: BE, 29 and 3B. RGB value is (190,41,59). Sum of RGB (Red+Green+Blue) = 190+41+59=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE293B is #41D6C4. Grayscale: #575757. Windows color (decimal): -4314821 or 3877310. OLE color: 3877310.

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

Color convert

RGB1904159-
CMYK00.780.690.25
HSL352.75º64.5%45.29%-
HSV(B)352.75º78.42%74.51%-
XYZ22.8212.855.42-
YUV87.6111.86201.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.52%
GREEN value IS 41 (16.41% from 255) = 14.14%
BLUE value IS 59 (23.44% from 255) = 20.34%
R=65.52%
G=14.14%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190415900.780.690.25352.7564.545.29
HexBE293B04E4519161412d
Octal276517301161053154110155
Binary10111110101001111011010011101000101110011011000011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE293B; }

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

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

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

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

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

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

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

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