#AE2E17

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

Shades of Fire Brick #AE2E17

Tints of Fire Brick #AE2E17

Color information

#AE2E17 (or 0xAE2E17) is unknown color: approx Fire Brick. HEX triplet: AE, 2E and 17. RGB value is (174,46,23). Sum of RGB (Red+Green+Blue) = 174+46+23=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2E17 is #51D1E8. Grayscale: #515151. Windows color (decimal): -5362153 or 1519278. OLE color: 1519278.

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

Color convert

RGB1744623-
CMYK00.740.870.32
HSL9.14º76.65%38.63%-
HSV(B)9.14º86.78%68.24%-
XYZ18.5911.011.96-
YUV81.6594.91193.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 71.60%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 23 (9.38% from 255) = 9.47%
R=71.60%
G=18.93%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174462300.740.870.329.1476.6538.63
HexAE2E1704A572094d27
Octal25656270112127401111547
Binary101011101011101011101001010101011110000010011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2E17; }

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

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

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

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

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

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

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

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