#AE1A09

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

Shades of Fire Brick #AE1A09

Tints of Fire Brick #AE1A09

Color information

#AE1A09 (or 0xAE1A09) is unknown color: approx Fire Brick. HEX triplet: AE, 1A and 09. RGB value is (174,26,9). Sum of RGB (Red+Green+Blue) = 174+26+9=209 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.25% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1A09 is #51E5F6. Grayscale: #444444. Windows color (decimal): -5367287 or 596654. OLE color: 596654.

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

Color convert

RGB174269-
CMYK00.850.950.32
HSL6.18º90.16%35.88%-
HSV(B)6.18º94.83%68.24%-
XYZ17.879.761.2-
YUV68.3194.53203.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 83.25%
GREEN value IS 26 (10.55% from 255) = 12.44%
BLUE value IS 9 (3.91% from 255) = 4.31%
R=83.25%
G=12.44%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17426900.850.950.326.1890.1635.88
HexAE1A90555F2065a24
Octal2563211012513740613244
Binary101011101101010010101010110111111000001101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A09; }

 p { color: rgb(174,26,9); }

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

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

 a { background-color: rgb(174,26,9); }

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

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

 span { border-color: rgb(174,26,9); }

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