#AE2211

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

Shades of Fire Brick #AE2211

Tints of Fire Brick #AE2211

Color information

#AE2211 (or 0xAE2211) is unknown color: approx Fire Brick. HEX triplet: AE, 22 and 11. RGB value is (174,34,17). Sum of RGB (Red+Green+Blue) = 174+34+17=225 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.33% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2211 is #51DDEE. Grayscale: #4A4A4A. Windows color (decimal): -5365231 or 1122990. OLE color: 1122990.

HSL color Cylindrical-coordinate representation of color #AE2211: hue angle of 6.5º 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 #AE2211 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB1743417-
CMYK00.800.900.32
HSL6.5º82.2%37.45%-
HSV(B)6.5º90.23%68.24%-
XYZ18.1310.181.54-
YUV73.9295.88199.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 77.33%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 17 (7.03% from 255) = 7.56%
R=77.33%
G=15.11%
B=7.56%

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
Decimal174341700.800.900.326.582.237.45
HexAE22110505A2065225
Octal2564221012013240612245
Binary10101110100010100010101000010110101000001101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2211; }

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

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

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

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

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

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

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

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