#AE2001

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

Shades of Fire Brick #AE2001

Tints of Fire Brick #AE2001

Color information

#AE2001 (or 0xAE2001) is unknown color: approx Fire Brick. HEX triplet: AE, 20 and 01. RGB value is (174,32,1). Sum of RGB (Red+Green+Blue) = 174+32+1=207 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.06% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2001 is #51DFFE. Grayscale: #474747. Windows color (decimal): -5365759 or 73902. OLE color: 73902.

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

Color convert

RGB174321-
CMYK00.820.990.32
HSL10.75º98.86%34.31%-
HSV(B)10.75º99.43%68.24%-
XYZ17.9810.031.02-
YUV70.9288.54201.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 84.06%
GREEN value IS 32 (12.89% from 255) = 15.46%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=84.06%
G=15.46%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17432100.820.990.3210.7598.8634.31
HexAE2010526320b6322
Octal2564010122143401314342
Binary10101110100000101010010110001110000010111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2001; }

 p { color: rgb(174,32,1); }

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

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

 a { background-color: rgb(174,32,1); }

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

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

 span { border-color: rgb(174,32,1); }

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