#AE2D3A

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

Shades of Brick Red #AE2D3A

Tints of Brick Red #AE2D3A

Color information

#AE2D3A (or 0xAE2D3A) is unknown color: approx Brick Red. HEX triplet: AE, 2D and 3A. RGB value is (174,45,58). Sum of RGB (Red+Green+Blue) = 174+45+58=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2D3A is #51D2C5. Grayscale: #555555. Windows color (decimal): -5362374 or 3812782. OLE color: 3812782.

HSL color Cylindrical-coordinate representation of color #AE2D3A: hue angle of 353.95º degrees, saturation: 0.59, 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 #AE2D3A is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB1744558-
CMYK00.740.670.32
HSL353.95º58.9%42.94%-
HSV(B)353.95º74.14%68.24%-
XYZ19.1611.185.15-
YUV85.05112.74191.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.82%
GREEN value IS 45 (17.97% from 255) = 16.25%
BLUE value IS 58 (23.05% from 255) = 20.94%
R=62.82%
G=16.25%
B=20.94%

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
Decimal174455800.740.670.32353.9558.942.94
HexAE2D3A04A43201623b2b
Octal25655720112103405427353
Binary10101110101101111010010010101000011100000101100010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2D3A; }

 p { color: rgb(174,45,58); }

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

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

 a { background-color: rgb(174,45,58); }

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

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

 span { border-color: rgb(174,45,58); }

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