#AE2E21

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

Shades of Fire Brick #AE2E21

Tints of Fire Brick #AE2E21

Color information

#AE2E21 (or 0xAE2E21) is unknown color: approx Fire Brick. HEX triplet: AE, 2E and 21. RGB value is (174,46,33). Sum of RGB (Red+Green+Blue) = 174+46+33=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2E21 is #51D1DE. Grayscale: #525252. Windows color (decimal): -5362143 or 2174638. OLE color: 2174638.

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

Color convert

RGB1744633-
CMYK00.740.810.32
HSL5.53º68.12%40.59%-
HSV(B)5.53º81.03%68.24%-
XYZ18.7111.062.59-
YUV82.7999.91193.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.77%
GREEN value IS 46 (18.36% from 255) = 18.18%
BLUE value IS 33 (13.28% from 255) = 13.04%
R=68.77%
G=18.18%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174463300.740.810.325.5368.1240.59
HexAE2E2104A512064429
Octal2565641011212140610451
Binary101011101011101000010100101010100011000001101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2E21; }

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

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

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

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

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

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

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

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