#AE2D15

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

Shades of Fire Brick #AE2D15

Tints of Fire Brick #AE2D15

Color information

#AE2D15 (or 0xAE2D15) is unknown color: approx Fire Brick. HEX triplet: AE, 2D and 15. RGB value is (174,45,21). Sum of RGB (Red+Green+Blue) = 174+45+21=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2D15 is #51D2EA. Grayscale: #515151. Windows color (decimal): -5362411 or 1387950. OLE color: 1387950.

HSL color Cylindrical-coordinate representation of color #AE2D15: hue angle of 9.41º 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 #AE2D15 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB1744521-
CMYK00.740.880.32
HSL9.41º78.46%38.24%-
HSV(B)9.41º87.93%68.24%-
XYZ18.5310.931.84-
YUV80.8494.24194.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.5%
GREEN value IS 45 (17.97% from 255) = 18.75%
BLUE value IS 21 (8.59% from 255) = 8.75%
R=72.5%
G=18.75%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174452100.740.880.329.4178.4638.24
HexAE2D1504A582094e26
Octal25655250112130401111646
Binary101011101011011010101001010101100010000010011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2D15; }

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

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

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

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

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

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

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

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