#AE1E0B

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

Shades of Fire Brick #AE1E0B

Tints of Fire Brick #AE1E0B

Color information

#AE1E0B (or 0xAE1E0B) is unknown color: approx Fire Brick. HEX triplet: AE, 1E and 0B. RGB value is (174,30,11). Sum of RGB (Red+Green+Blue) = 174+30+11=215 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.93% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1E0B is #51E1F4. Grayscale: #474747. Windows color (decimal): -5366261 or 728750. OLE color: 728750.

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

Color convert

RGB1743011-
CMYK00.830.940.32
HSL6.99º88.11%36.27%-
HSV(B)6.99º93.68%68.24%-
XYZ17.989.951.29-
YUV70.8994.21201.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 80.93%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 11 (4.69% from 255) = 5.12%
R=80.93%
G=13.95%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174301100.830.940.326.9988.1136.27
HexAE1EB0535E2075824
Octal2563613012313640713044
Binary101011101111010110101001110111101000001111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1E0B; }

 p { color: rgb(174,30,11); }

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

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

 a { background-color: rgb(174,30,11); }

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

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

 span { border-color: rgb(174,30,11); }

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