#AE221D

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

Shades of Fire Brick #AE221D

Tints of Fire Brick #AE221D

Color information

#AE221D (or 0xAE221D) is unknown color: approx Fire Brick. HEX triplet: AE, 22 and 1D. RGB value is (174,34,29). Sum of RGB (Red+Green+Blue) = 174+34+29=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE221D is #51DDE2. Grayscale: #4B4B4B. Windows color (decimal): -5365219 or 1909422. OLE color: 1909422.

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

Color convert

RGB1743429-
CMYK00.800.830.32
HSL2.07º71.43%39.8%-
HSV(B)2.07º83.33%68.24%-
XYZ18.2510.232.18-
YUV75.29101.88198.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 73.42%
GREEN value IS 34 (13.67% from 255) = 14.35%
BLUE value IS 29 (11.72% from 255) = 12.24%
R=73.42%
G=14.35%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174342900.800.830.322.0771.4339.8
HexAE221D050532024728
Octal2564235012012340210750
Binary1010111010001011101010100001010011100000101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE221D; }

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

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

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

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

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

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

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

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