#AE313C

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

Shades of Brick Red #AE313C

Tints of Brick Red #AE313C

Color information

#AE313C (or 0xAE313C) is unknown color: approx Brick Red. HEX triplet: AE, 31 and 3C. RGB value is (174,49,60). Sum of RGB (Red+Green+Blue) = 174+49+60=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE313C is #51CEC3. Grayscale: #575757. Windows color (decimal): -5361348 or 3944878. OLE color: 3944878.

HSL color Cylindrical-coordinate representation of color #AE313C: hue angle of 354.72º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE313C is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB1744960-
CMYK00.720.660.32
HSL354.72º56.05%43.73%-
HSV(B)354.72º71.84%68.24%-
XYZ19.3711.525.48-
YUV87.63112.41189.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.48%
GREEN value IS 49 (19.53% from 255) = 17.31%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=61.48%
G=17.31%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174496000.720.660.32354.7256.0543.73
HexAE313C0484220163382c
Octal25661740110102405437054
Binary10101110110001111100010010001000010100000101100011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE313C; }

 p { color: rgb(174,49,60); }

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

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

 a { background-color: rgb(174,49,60); }

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

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

 span { border-color: rgb(174,49,60); }

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