#AE3A3F

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

Shades of Brick Red #AE3A3F

Tints of Brick Red #AE3A3F

Color information

#AE3A3F (or 0xAE3A3F) is unknown color: approx Brick Red. HEX triplet: AE, 3A and 3F. RGB value is (174,58,63). Sum of RGB (Red+Green+Blue) = 174+58+63=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A3F is #51C5C0. Grayscale: #5D5D5D. Windows color (decimal): -5359041 or 4143790. OLE color: 4143790.

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

Color convert

RGB1745863-
CMYK00.670.640.32
HSL357.41º50%45.49%-
HSV(B)357.41º66.67%68.24%-
XYZ19.8712.386.05-
YUV93.25110.93185.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.98%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 63 (25% from 255) = 21.36%
R=58.98%
G=19.66%
B=21.36%

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
Decimal174586300.670.640.32357.415045.49
HexAE3A3F0434020165322d
Octal25672770103100405456255
Binary10101110111010111111010000111000000100000101100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3A3F; }

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

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

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

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

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

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

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

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