#AE353D

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

Shades of Brick Red #AE353D

Tints of Brick Red #AE353D

Color information

#AE353D (or 0xAE353D) is unknown color: approx Brick Red. HEX triplet: AE, 35 and 3D. RGB value is (174,53,61). Sum of RGB (Red+Green+Blue) = 174+53+61=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE353D is #51CAC2. Grayscale: #5A5A5A. Windows color (decimal): -5360323 or 4011438. OLE color: 4011438.

HSL color Cylindrical-coordinate representation of color #AE353D: hue angle of 356.03º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE353D is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB1745361-
CMYK00.700.650.32
HSL356.03º53.3%44.51%-
HSV(B)356.03º69.54%68.24%-
XYZ19.5711.885.68-
YUV90.09111.59187.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.42%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=60.42%
G=18.40%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174536100.700.650.32356.0353.344.51
HexAE353D0464120164352d
Octal25665750106101405446555
Binary10101110110101111101010001101000001100000101100100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE353D; }

 p { color: rgb(174,53,61); }

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

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

 a { background-color: rgb(174,53,61); }

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

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

 span { border-color: rgb(174,53,61); }

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