#AE2E39

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

Shades of Brick Red #AE2E39

Tints of Brick Red #AE2E39

Color information

#AE2E39 (or 0xAE2E39) is unknown color: approx Brick Red. HEX triplet: AE, 2E and 39. RGB value is (174,46,57). Sum of RGB (Red+Green+Blue) = 174+46+57=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2E39 is #51D1C6. Grayscale: #555555. Windows color (decimal): -5362119 or 3747502. OLE color: 3747502.

HSL color Cylindrical-coordinate representation of color #AE2E39: hue angle of 354.84º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE2E39 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB1744657-
CMYK00.740.670.32
HSL354.84º58.18%43.14%-
HSV(B)354.84º73.56%68.24%-
XYZ19.1711.255.03-
YUV85.53111.91191.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.82%
GREEN value IS 46 (18.36% from 255) = 16.61%
BLUE value IS 57 (22.66% from 255) = 20.58%
R=62.82%
G=16.61%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174465700.740.670.32354.8458.1843.14
HexAE2E3904A43201633a2b
Octal25656710112103405437253
Binary10101110101110111001010010101000011100000101100011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2E39; }

 p { color: rgb(174,46,57); }

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

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

 a { background-color: rgb(174,46,57); }

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

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

 span { border-color: rgb(174,46,57); }

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