#AE1A0F

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

Shades of Fire Brick #AE1A0F

Tints of Fire Brick #AE1A0F

Color information

#AE1A0F (or 0xAE1A0F) is unknown color: approx Fire Brick. HEX triplet: AE, 1A and 0F. RGB value is (174,26,15). Sum of RGB (Red+Green+Blue) = 174+26+15=215 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.93% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1A0F is #51E5F0. Grayscale: #454545. Windows color (decimal): -5367281 or 989870. OLE color: 989870.

HSL color Cylindrical-coordinate representation of color #AE1A0F: hue angle of 4.15º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE1A0F is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB1742615-
CMYK00.850.910.32
HSL4.15º84.13%37.06%-
HSV(B)4.15º91.38%68.24%-
XYZ17.919.771.39-
YUV6997.53202.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 80.93%
GREEN value IS 26 (10.55% from 255) = 12.09%
BLUE value IS 15 (6.25% from 255) = 6.98%
R=80.93%
G=12.09%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174261500.850.910.324.1584.1337.06
HexAE1AF0555B2045425
Octal2563217012513340412445
Binary101011101101011110101010110110111000001001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A0F; }

 p { color: rgb(174,26,15); }

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

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

 a { background-color: rgb(174,26,15); }

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

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

 span { border-color: rgb(174,26,15); }

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