#AE2221

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

Shades of Fire Brick #AE2221

Tints of Fire Brick #AE2221

Color information

#AE2221 (or 0xAE2221) is unknown color: approx Fire Brick. HEX triplet: AE, 22 and 21. RGB value is (174,34,33). Sum of RGB (Red+Green+Blue) = 174+34+33=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2221 is #51DDDE. Grayscale: #4B4B4B. Windows color (decimal): -5365215 or 2171566. OLE color: 2171566.

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

Color convert

RGB1743433-
CMYK00.800.810.32
HSL0.43º68.12%40.59%-
HSV(B)0.43º81.03%68.24%-
XYZ18.310.252.45-
YUV75.75103.88198.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.20%
GREEN value IS 34 (13.67% from 255) = 14.11%
BLUE value IS 33 (13.28% from 255) = 13.69%
R=72.20%
G=14.11%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174343300.800.810.320.4368.1240.59
HexAE2221050512004429
Octal2564241012012140010451
Binary1010111010001010000101010000101000110000001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2221; }

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

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

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

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

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

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

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

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