#AE2311

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

Shades of Fire Brick #AE2311

Tints of Fire Brick #AE2311

Color information

#AE2311 (or 0xAE2311) is unknown color: approx Fire Brick. HEX triplet: AE, 23 and 11. RGB value is (174,35,17). Sum of RGB (Red+Green+Blue) = 174+35+17=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2311 is #51DCEE. Grayscale: #4A4A4A. Windows color (decimal): -5364975 or 1123246. OLE color: 1123246.

HSL color Cylindrical-coordinate representation of color #AE2311: hue angle of 6.88º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE2311 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB1743517-
CMYK00.800.900.32
HSL6.88º82.2%37.45%-
HSV(B)6.88º90.23%68.24%-
XYZ18.1610.241.55-
YUV74.5195.55198.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 76.99%
GREEN value IS 35 (14.06% from 255) = 15.49%
BLUE value IS 17 (7.03% from 255) = 7.52%
R=76.99%
G=15.49%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174351700.800.900.326.8882.237.45
HexAE23110505A2075225
Octal2564321012013240712245
Binary10101110100011100010101000010110101000001111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2311; }

 p { color: rgb(174,35,17); }

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

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

 a { background-color: rgb(174,35,17); }

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

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

 span { border-color: rgb(174,35,17); }

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