#AE2A3B

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

Shades of Brick Red #AE2A3B

Tints of Brick Red #AE2A3B

Color information

#AE2A3B (or 0xAE2A3B) is unknown color: approx Brick Red. HEX triplet: AE, 2A and 3B. RGB value is (174,42,59). Sum of RGB (Red+Green+Blue) = 174+42+59=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2A3B is #51D5C4. Grayscale: #535353. Windows color (decimal): -5363141 or 3877550. OLE color: 3877550.

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

Color convert

RGB1744259-
CMYK00.760.660.32
HSL352.27º61.11%42.35%-
HSV(B)352.27º75.86%68.24%-
XYZ19.0710.975.25-
YUV83.41114.23192.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.27%
GREEN value IS 42 (16.80% from 255) = 15.27%
BLUE value IS 59 (23.44% from 255) = 21.45%
R=63.27%
G=15.27%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174425900.760.660.32352.2761.1142.35
HexAE2A3B04C42201603d2a
Octal25652730114102405407552
Binary10101110101010111011010011001000010100000101100000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2A3B; }

 p { color: rgb(174,42,59); }

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

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

 a { background-color: rgb(174,42,59); }

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

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

 span { border-color: rgb(174,42,59); }

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