#AE2B3A

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

Shades of Brick Red #AE2B3A

Tints of Brick Red #AE2B3A

Color information

#AE2B3A (or 0xAE2B3A) is unknown color: approx Brick Red. HEX triplet: AE, 2B and 3A. RGB value is (174,43,58). Sum of RGB (Red+Green+Blue) = 174+43+58=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2B3A is #51D4C5. Grayscale: #535353. Windows color (decimal): -5362886 or 3812270. OLE color: 3812270.

HSL color Cylindrical-coordinate representation of color #AE2B3A: hue angle of 353.13º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2B3A is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB1744358-
CMYK00.750.670.32
HSL353.13º60.37%42.55%-
HSV(B)353.13º75.29%68.24%-
XYZ19.0811.035.13-
YUV83.88113.4192.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.27%
GREEN value IS 43 (17.19% from 255) = 15.64%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=63.27%
G=15.64%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174435800.750.670.32353.1360.3742.55
HexAE2B3A04B43201613c2b
Octal25653720113103405417453
Binary10101110101011111010010010111000011100000101100001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2B3A; }

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

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

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

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

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

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

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

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