#AE1A1A

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

Shades of Fire Brick #AE1A1A

Tints of Fire Brick #AE1A1A

Color information

#AE1A1A (or 0xAE1A1A) is unknown color: approx Fire Brick. HEX triplet: AE, 1A and 1A. RGB value is (174,26,26). Sum of RGB (Red+Green+Blue) = 174+26+26=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1A1A is #51E5E5. Grayscale: #464646. Windows color (decimal): -5367270 or 1710766. OLE color: 1710766.

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

Color convert

RGB1742626-
CMYK00.850.850.32
HSL74%39.22%-
HSV(B)85.06%68.24%-
XYZ18.019.811.92-
YUV70.25103.03202-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 76.99%
GREEN value IS 26 (10.55% from 255) = 11.50%
BLUE value IS 26 (10.55% from 255) = 11.50%
R=76.99%
G=11.50%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174262600.850.850.3207439.22
HexAE1A1A055552004a27
Octal2563232012512540011247
Binary10101110110101101001010101101010110000001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A1A; }

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

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

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

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

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

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

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

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