#AE2C21

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

Shades of Fire Brick #AE2C21

Tints of Fire Brick #AE2C21

Color information

#AE2C21 (or 0xAE2C21) is unknown color: approx Fire Brick. HEX triplet: AE, 2C and 21. RGB value is (174,44,33). Sum of RGB (Red+Green+Blue) = 174+44+33=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2C21 is #51D3DE. Grayscale: #515151. Windows color (decimal): -5362655 or 2174126. OLE color: 2174126.

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

Color convert

RGB1744433-
CMYK00.750.810.32
HSL4.68º68.12%40.59%-
HSV(B)4.68º81.03%68.24%-
XYZ18.6310.912.56-
YUV81.62100.57193.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.32%
GREEN value IS 44 (17.58% from 255) = 17.53%
BLUE value IS 33 (13.28% from 255) = 13.15%
R=69.32%
G=17.53%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174443300.750.810.324.6868.1240.59
HexAE2C2104B512054429
Octal2565441011312140510451
Binary101011101011001000010100101110100011000001011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2C21; }

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

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

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

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

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

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

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

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