#AE1E16

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

Shades of Fire Brick #AE1E16

Tints of Fire Brick #AE1E16

Color information

#AE1E16 (or 0xAE1E16) is unknown color: approx Fire Brick. HEX triplet: AE, 1E and 16. RGB value is (174,30,22). Sum of RGB (Red+Green+Blue) = 174+30+22=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1E16 is #51E1E9. Grayscale: #484848. Windows color (decimal): -5366250 or 1449646. OLE color: 1449646.

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

Color convert

RGB1743022-
CMYK00.830.870.32
HSL3.16º77.55%38.43%-
HSV(B)3.16º87.36%68.24%-
XYZ18.069.991.73-
YUV72.1499.71200.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 76.99%
GREEN value IS 30 (12.11% from 255) = 13.27%
BLUE value IS 22 (8.98% from 255) = 9.73%
R=76.99%
G=13.27%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174302200.830.870.323.1677.5538.43
HexAE1E16053572034e26
Octal2563626012312740311646
Binary101011101111010110010100111010111100000111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1E16; }

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

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

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

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

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

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

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

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