#AE1E18

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

Shades of Fire Brick #AE1E18

Tints of Fire Brick #AE1E18

Color information

#AE1E18 (or 0xAE1E18) is unknown color: approx Fire Brick. HEX triplet: AE, 1E and 18. RGB value is (174,30,24). Sum of RGB (Red+Green+Blue) = 174+30+24=228 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.32% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1E18 is #51E1E7. Grayscale: #484848. Windows color (decimal): -5366248 or 1580718. OLE color: 1580718.

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

Color convert

RGB1743024-
CMYK00.830.860.32
HSL2.4º75.76%38.82%-
HSV(B)2.4º86.21%68.24%-
XYZ18.089.991.84-
YUV72.37100.71200.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 76.32%
GREEN value IS 30 (12.11% from 255) = 13.16%
BLUE value IS 24 (9.77% from 255) = 10.53%
R=76.32%
G=13.16%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174302400.830.860.322.475.7638.82
HexAE1E18053562024c27
Octal2563630012312640211447
Binary101011101111011000010100111010110100000101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1E18; }

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

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

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

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

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

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

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

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