#AE2C23

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

Shades of Fire Brick #AE2C23

Tints of Fire Brick #AE2C23

Color information

#AE2C23 (or 0xAE2C23) is unknown color: approx Fire Brick. HEX triplet: AE, 2C and 23. RGB value is (174,44,35). Sum of RGB (Red+Green+Blue) = 174+44+35=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2C23 is #51D3DC. Grayscale: #525252. Windows color (decimal): -5362653 or 2305198. OLE color: 2305198.

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

Color convert

RGB1744435-
CMYK00.750.800.32
HSL3.88º66.51%40.98%-
HSV(B)3.88º79.89%68.24%-
XYZ18.6610.922.71-
YUV81.84101.57193.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.77%
GREEN value IS 44 (17.58% from 255) = 17.39%
BLUE value IS 35 (14.06% from 255) = 13.83%
R=68.77%
G=17.39%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174443500.750.800.323.8866.5140.98
HexAE2C2304B502044329
Octal2565443011312040410351
Binary101011101011001000110100101110100001000001001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2C23; }

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

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

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

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

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

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

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

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