#AE2A15

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

Shades of Fire Brick #AE2A15

Tints of Fire Brick #AE2A15

Color information

#AE2A15 (or 0xAE2A15) is unknown color: approx Fire Brick. HEX triplet: AE, 2A and 15. RGB value is (174,42,21). Sum of RGB (Red+Green+Blue) = 174+42+21=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2A15 is #51D5EA. Grayscale: #4F4F4F. Windows color (decimal): -5363179 or 1387182. OLE color: 1387182.

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

Color convert

RGB1744221-
CMYK00.760.880.32
HSL8.24º78.46%38.24%-
HSV(B)8.24º87.93%68.24%-
XYZ18.4210.711.81-
YUV79.0795.23195.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 73.42%
GREEN value IS 42 (16.80% from 255) = 17.72%
BLUE value IS 21 (8.59% from 255) = 8.86%
R=73.42%
G=17.72%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174422100.760.880.328.2478.4638.24
HexAE2A1504C582084e26
Octal25652250114130401011646
Binary101011101010101010101001100101100010000010001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2A15; }

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

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

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

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

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

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

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

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