#BE2A2C

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

Shades of Mahogany #BE2A2C

Tints of Mahogany #BE2A2C

Color information

#BE2A2C (or 0xBE2A2C) is unknown color: approx Mahogany. HEX triplet: BE, 2A and 2C. RGB value is (190,42,44). Sum of RGB (Red+Green+Blue) = 190+42+44=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A2C is #41D5D3. Grayscale: #565656. Windows color (decimal): -4314580 or 2894526. OLE color: 2894526.

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

Color convert

RGB1904244-
CMYK00.780.770.25
HSL359.19º63.79%45.49%-
HSV(B)359.19º77.89%74.51%-
XYZ22.5212.783.66-
YUV86.48104.03201.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.84%
GREEN value IS 42 (16.80% from 255) = 15.22%
BLUE value IS 44 (17.58% from 255) = 15.94%
R=68.84%
G=15.22%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190424400.780.770.25359.1963.7945.49
HexBE2A2C04E4D19167402d
Octal276525401161153154710055
Binary10111110101010101100010011101001101110011011001111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A2C; }

 p { color: rgb(190,42,44); }

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

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

 a { background-color: rgb(190,42,44); }

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

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

 span { border-color: rgb(190,42,44); }

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