#AE2C13

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

Shades of Fire Brick #AE2C13

Tints of Fire Brick #AE2C13

Color information

#AE2C13 (or 0xAE2C13) is unknown color: approx Fire Brick. HEX triplet: AE, 2C and 13. RGB value is (174,44,19). Sum of RGB (Red+Green+Blue) = 174+44+19=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2C13 is #51D3EC. Grayscale: #505050. Windows color (decimal): -5362669 or 1256622. OLE color: 1256622.

HSL color Cylindrical-coordinate representation of color #AE2C13: hue angle of 9.68º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE2C13 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB1744419-
CMYK00.750.890.32
HSL9.68º80.31%37.84%-
HSV(B)9.68º89.08%68.24%-
XYZ18.4710.851.74-
YUV80.0293.57195.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 73.42%
GREEN value IS 44 (17.58% from 255) = 18.57%
BLUE value IS 19 (7.81% from 255) = 8.02%
R=73.42%
G=18.57%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174441900.750.890.329.6880.3137.84
HexAE2C1304B5920a5026
Octal25654230113131401212046
Binary101011101011001001101001011101100110000010101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2C13; }

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

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

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

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

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

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

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

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