#AE2E1E

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

Shades of Fire Brick #AE2E1E

Tints of Fire Brick #AE2E1E

Color information

#AE2E1E (or 0xAE2E1E) is unknown color: approx Fire Brick. HEX triplet: AE, 2E and 1E. RGB value is (174,46,30). Sum of RGB (Red+Green+Blue) = 174+46+30=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2E1E is #51D1E1. Grayscale: #525252. Windows color (decimal): -5362146 or 1978030. OLE color: 1978030.

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

Color convert

RGB1744630-
CMYK00.740.830.32
HSL6.67º70.59%40%-
HSV(B)6.67º82.76%68.24%-
XYZ18.6711.052.38-
YUV82.4598.41193.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.6%
GREEN value IS 46 (18.36% from 255) = 18.4%
BLUE value IS 30 (12.11% from 255) = 12%
R=69.6%
G=18.4%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174463000.740.830.326.6770.5940
HexAE2E1E04A532074728
Octal2565636011212340710750
Binary10101110101110111100100101010100111000001111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2E1E; }

 p { color: rgb(174,46,30); }

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

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

 a { background-color: rgb(174,46,30); }

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

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

 span { border-color: rgb(174,46,30); }

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