#AE2407

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

Shades of Fire Brick #AE2407

Tints of Fire Brick #AE2407

Color information

#AE2407 (or 0xAE2407) is unknown color: approx Fire Brick. HEX triplet: AE, 24 and 07. RGB value is (174,36,7). Sum of RGB (Red+Green+Blue) = 174+36+7=217 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.18% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2407 is #51DBF8. Grayscale: #4A4A4A. Windows color (decimal): -5364729 or 468142. OLE color: 468142.

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

Color convert

RGB174367-
CMYK00.790.960.32
HSL10.42º92.27%35.49%-
HSV(B)10.42º95.98%68.24%-
XYZ18.1210.281.23-
YUV73.9690.22199.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 80.18%
GREEN value IS 36 (14.45% from 255) = 16.59%
BLUE value IS 7 (3.12% from 255) = 3.23%
R=80.18%
G=16.59%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17436700.790.960.3210.4292.2735.49
HexAE24704F6020a5c23
Octal2564470117140401213443
Binary1010111010010011101001111110000010000010101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2407; }

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

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

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

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

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

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

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

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