#AE2616

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

Shades of Fire Brick #AE2616

Tints of Fire Brick #AE2616

Color information

#AE2616 (or 0xAE2616) is unknown color: approx Fire Brick. HEX triplet: AE, 26 and 16. RGB value is (174,38,22). Sum of RGB (Red+Green+Blue) = 174+38+22=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2616 is #51D9E9. Grayscale: #4D4D4D. Windows color (decimal): -5364202 or 1451694. OLE color: 1451694.

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

Color convert

RGB1743822-
CMYK00.780.870.32
HSL6.32º77.55%38.43%-
HSV(B)6.32º87.36%68.24%-
XYZ18.2910.441.81-
YUV76.8497.06197.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 74.36%
GREEN value IS 38 (15.23% from 255) = 16.24%
BLUE value IS 22 (8.98% from 255) = 9.40%
R=74.36%
G=16.24%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174382200.780.870.326.3277.5538.43
HexAE261604E572064e26
Octal2564626011612740611646
Binary10101110100110101100100111010101111000001101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2616; }

 p { color: rgb(174,38,22); }

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

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

 a { background-color: rgb(174,38,22); }

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

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

 span { border-color: rgb(174,38,22); }

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