#AE2C24

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

Shades of Fire Brick #AE2C24

Tints of Fire Brick #AE2C24

Color information

#AE2C24 (or 0xAE2C24) is unknown color: approx Fire Brick. HEX triplet: AE, 2C and 24. RGB value is (174,44,36). Sum of RGB (Red+Green+Blue) = 174+44+36=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2C24 is #51D3DB. Grayscale: #525252. Windows color (decimal): -5362652 or 2370734. OLE color: 2370734.

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

Color convert

RGB1744436-
CMYK00.750.790.32
HSL3.48º65.71%41.18%-
HSV(B)3.48º79.31%68.24%-
XYZ18.6710.932.79-
YUV81.96102.07193.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.50%
GREEN value IS 44 (17.58% from 255) = 17.32%
BLUE value IS 36 (14.45% from 255) = 14.17%
R=68.50%
G=17.32%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174443600.750.790.323.4865.7141.18
HexAE2C2404B4F2034229
Octal2565444011311740310251
Binary10101110101100100100010010111001111100000111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2C24; }

 p { color: rgb(174,44,36); }

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

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

 a { background-color: rgb(174,44,36); }

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

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

 span { border-color: rgb(174,44,36); }

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