#AE1615

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

Shades of Fire Brick #AE1615

Tints of Fire Brick #AE1615

Color information

#AE1615 (or 0xAE1615) is unknown color: approx Fire Brick. HEX triplet: AE, 16 and 15. RGB value is (174,22,21). Sum of RGB (Red+Green+Blue) = 174+22+21=217 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.18% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1615 is #51E9EA. Grayscale: #434343. Windows color (decimal): -5368299 or 1382062. OLE color: 1382062.

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

Color convert

RGB1742221-
CMYK00.870.880.32
HSL0.39º78.46%38.24%-
HSV(B)0.39º87.93%68.24%-
XYZ17.889.631.63-
YUV67.33101.86204.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 80.18%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 21 (8.59% from 255) = 9.68%
R=80.18%
G=10.14%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174222100.870.880.320.3978.4638.24
HexAE1615057582004e26
Octal2562625012713040011646
Binary10101110101101010101010111101100010000001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1615; }

 p { color: rgb(174,22,21); }

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

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

 a { background-color: rgb(174,22,21); }

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

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

 span { border-color: rgb(174,22,21); }

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