#AE393E

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

Shades of Brick Red #AE393E

Tints of Brick Red #AE393E

Color information

#AE393E (or 0xAE393E) is unknown color: approx Brick Red. HEX triplet: AE, 39 and 3E. RGB value is (174,57,62). Sum of RGB (Red+Green+Blue) = 174+57+62=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE393E is #51C6C1. Grayscale: #5C5C5C. Windows color (decimal): -5359298 or 4077998. OLE color: 4077998.

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

Color convert

RGB1745762-
CMYK00.670.640.32
HSL357.44º50.65%45.29%-
HSV(B)357.44º67.24%68.24%-
XYZ19.7912.275.88-
YUV92.55110.76186.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.39%
GREEN value IS 57 (22.66% from 255) = 19.45%
BLUE value IS 62 (24.61% from 255) = 21.16%
R=59.39%
G=19.45%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174576200.670.640.32357.4450.6545.29
HexAE393E0434020165332d
Octal25671760103100405456355
Binary10101110111001111110010000111000000100000101100101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE393E; }

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

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

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

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

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

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

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

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