#AE3019

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

Shades of Fire Brick #AE3019

Tints of Fire Brick #AE3019

Color information

#AE3019 (or 0xAE3019) is unknown color: approx Fire Brick. HEX triplet: AE, 30 and 19. RGB value is (174,48,25). Sum of RGB (Red+Green+Blue) = 174+48+25=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3019 is #51CFE6. Grayscale: #535353. Windows color (decimal): -5361639 or 1650862. OLE color: 1650862.

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

Color convert

RGB1744825-
CMYK00.720.860.32
HSL9.26º74.87%39.02%-
HSV(B)9.26º85.63%68.24%-
XYZ18.6911.182.09-
YUV83.0595.24192.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 70.45%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 25 (10.16% from 255) = 10.12%
R=70.45%
G=19.43%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174482500.720.860.329.2674.8739.02
HexAE3019048562094b27
Octal25660310110126401111347
Binary101011101100001100101001000101011010000010011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3019; }

 p { color: rgb(174,48,25); }

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

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

 a { background-color: rgb(174,48,25); }

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

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

 span { border-color: rgb(174,48,25); }

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