#AE2D38

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

Shades of Brick Red #AE2D38

Tints of Brick Red #AE2D38

Color information

#AE2D38 (or 0xAE2D38) is unknown color: approx Brick Red. HEX triplet: AE, 2D and 38. RGB value is (174,45,56). Sum of RGB (Red+Green+Blue) = 174+45+56=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2D38 is #51D2C7. Grayscale: #545454. Windows color (decimal): -5362376 or 3681710. OLE color: 3681710.

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

Color convert

RGB1744556-
CMYK00.740.680.32
HSL354.88º58.9%42.94%-
HSV(B)354.88º74.14%68.24%-
XYZ19.1111.164.89-
YUV84.82111.74191.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.27%
GREEN value IS 45 (17.97% from 255) = 16.36%
BLUE value IS 56 (22.27% from 255) = 20.36%
R=63.27%
G=16.36%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174455600.740.680.32354.8858.942.94
HexAE2D3804A44201633b2b
Octal25655700112104405437353
Binary10101110101101111000010010101000100100000101100011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2D38; }

 p { color: rgb(174,45,56); }

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

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

 a { background-color: rgb(174,45,56); }

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

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

 span { border-color: rgb(174,45,56); }

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