#AE353E

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

Shades of Brick Red #AE353E

Tints of Brick Red #AE353E

Color information

#AE353E (or 0xAE353E) is unknown color: approx Brick Red. HEX triplet: AE, 35 and 3E. RGB value is (174,53,62). Sum of RGB (Red+Green+Blue) = 174+53+62=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE353E is #51CAC1. Grayscale: #5A5A5A. Windows color (decimal): -5360322 or 4076974. OLE color: 4076974.

HSL color Cylindrical-coordinate representation of color #AE353E: hue angle of 355.54º 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 #AE353E is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB1745362-
CMYK00.700.640.32
HSL355.54º53.3%44.51%-
HSV(B)355.54º69.54%68.24%-
XYZ19.611.895.82-
YUV90.2112.09187.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.21%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 62 (24.61% from 255) = 21.45%
R=60.21%
G=18.34%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174536200.700.640.32355.5453.344.51
HexAE353E0464020164352d
Octal25665760106100405446555
Binary10101110110101111110010001101000000100000101100100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE353E; }

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

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

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

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

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

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

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

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