#AE2724

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

Shades of Fire Brick #AE2724

Tints of Fire Brick #AE2724

Color information

#AE2724 (or 0xAE2724) is unknown color: approx Fire Brick. HEX triplet: AE, 27 and 24. RGB value is (174,39,36). Sum of RGB (Red+Green+Blue) = 174+39+36=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2724 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2724 is #51D8DB. Grayscale: #4F4F4F. Windows color (decimal): -5363932 or 2369454. OLE color: 2369454.

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

Color convert

RGB1743936-
CMYK00.780.790.32
HSL1.3º65.71%41.18%-
HSV(B)1.3º79.31%68.24%-
XYZ18.510.582.74-
YUV79.02103.73195.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.88%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 36 (14.45% from 255) = 14.46%
R=69.88%
G=15.66%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174393600.780.790.321.365.7141.18
HexAE272404E4F2014229
Octal2564744011611740110251
Binary1010111010011110010001001110100111110000011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2724; }

 p { color: rgb(174,39,36); }

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

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

 a { background-color: rgb(174,39,36); }

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

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

 span { border-color: rgb(174,39,36); }

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