#AA1E0E

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

Shades of Fire Brick #AA1E0E

Tints of Fire Brick #AA1E0E

Color information

#AA1E0E (or 0xAA1E0E) is unknown color: approx Fire Brick. HEX triplet: AA, 1E and 0E. RGB value is (170,30,14). Sum of RGB (Red+Green+Blue) = 170+30+14=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1E0E is #55E1F1. Grayscale: #464646. Windows color (decimal): -5628402 or 925354. OLE color: 925354.

HSL color Cylindrical-coordinate representation of color #AA1E0E: hue angle of 6.15º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA1E0E is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB1703014-
CMYK00.820.920.33
HSL6.15º84.78%36.08%-
HSV(B)6.15º91.76%66.67%-
XYZ17.129.511.35-
YUV70.0496.38199.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 79.44%
GREEN value IS 30 (12.11% from 255) = 14.02%
BLUE value IS 14 (5.86% from 255) = 6.54%
R=79.44%
G=14.02%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170301400.820.920.336.1584.7836.08
HexAA1EE0525C2165524
Octal2523616012213441612544
Binary101010101111011100101001010111001000011101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1E0E; }

 p { color: rgb(170,30,14); }

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

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

 a { background-color: rgb(170,30,14); }

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

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

 span { border-color: rgb(170,30,14); }

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