#AE2A1F

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

Shades of Fire Brick #AE2A1F

Tints of Fire Brick #AE2A1F

Color information

#AE2A1F (or 0xAE2A1F) is unknown color: approx Fire Brick. HEX triplet: AE, 2A and 1F. RGB value is (174,42,31). Sum of RGB (Red+Green+Blue) = 174+42+31=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2A1F is #51D5E0. Grayscale: #505050. Windows color (decimal): -5363169 or 2042542. OLE color: 2042542.

HSL color Cylindrical-coordinate representation of color #AE2A1F: hue angle of 4.62º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2A1F is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB1744231-
CMYK00.760.820.32
HSL4.62º69.76%40.2%-
HSV(B)4.62º82.18%68.24%-
XYZ18.5310.752.4-
YUV80.21100.23194.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 70.45%
GREEN value IS 42 (16.80% from 255) = 17.00%
BLUE value IS 31 (12.5% from 255) = 12.55%
R=70.45%
G=17.00%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174423100.760.820.324.6269.7640.2
HexAE2A1F04C522054628
Octal2565237011412240510650
Binary10101110101010111110100110010100101000001011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2A1F; }

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

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

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

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

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

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

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

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