#AE180B

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

Shades of Fire Brick #AE180B

Tints of Fire Brick #AE180B

Color information

#AE180B (or 0xAE180B) is unknown color: approx Fire Brick. HEX triplet: AE, 18 and 0B. RGB value is (174,24,11). Sum of RGB (Red+Green+Blue) = 174+24+11=209 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.25% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 174 - color contains mainly: red. Hex color #AE180B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE180B is #51E7F4. Grayscale: #434343. Windows color (decimal): -5367797 or 727214. OLE color: 727214.

HSL color Cylindrical-coordinate representation of color #AE180B: hue angle of 4.79º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE180B is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB1742411-
CMYK00.860.940.32
HSL4.79º88.11%36.27%-
HSV(B)4.79º93.68%68.24%-
XYZ17.849.681.24-
YUV67.3796.2204.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 83.25%
GREEN value IS 24 (9.77% from 255) = 11.48%
BLUE value IS 11 (4.69% from 255) = 5.26%
R=83.25%
G=11.48%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174241100.860.940.324.7988.1136.27
HexAE18B0565E2055824
Octal2563013012613640513044
Binary101011101100010110101011010111101000001011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE180B; }

 p { color: rgb(174,24,11); }

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

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

 a { background-color: rgb(174,24,11); }

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

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

 span { border-color: rgb(174,24,11); }

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