#AE2209

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

Shades of Fire Brick #AE2209

Tints of Fire Brick #AE2209

Color information

#AE2209 (or 0xAE2209) is unknown color: approx Fire Brick. HEX triplet: AE, 22 and 09. RGB value is (174,34,9). Sum of RGB (Red+Green+Blue) = 174+34+9=217 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.18% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2209 is #51DDF6. Grayscale: #494949. Windows color (decimal): -5365239 or 598702. OLE color: 598702.

HSL color Cylindrical-coordinate representation of color #AE2209: hue angle of 9.09º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE2209 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB174349-
CMYK00.800.950.32
HSL9.09º90.16%35.88%-
HSV(B)9.09º94.83%68.24%-
XYZ18.0810.161.27-
YUV73.0191.88200.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 80.18%
GREEN value IS 34 (13.67% from 255) = 15.67%
BLUE value IS 9 (3.91% from 255) = 4.15%
R=80.18%
G=15.67%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17434900.800.950.329.0990.1635.88
HexAE2290505F2095a24
Octal25642110120137401113244
Binary10101110100010100101010000101111110000010011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2209; }

 p { color: rgb(174,34,9); }

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

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

 a { background-color: rgb(174,34,9); }

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

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

 span { border-color: rgb(174,34,9); }

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