#AA1E05

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

Shades of Fire Brick #AA1E05

Tints of Fire Brick #AA1E05

Color information

#AA1E05 (or 0xAA1E05) is unknown color: approx Fire Brick. HEX triplet: AA, 1E and 05. RGB value is (170,30,5). Sum of RGB (Red+Green+Blue) = 170+30+5=205 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.93% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1E05 is #55E1FA. Grayscale: #454545. Windows color (decimal): -5628411 or 335530. OLE color: 335530.

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

Color convert

RGB170305-
CMYK00.820.970.33
HSL9.09º94.29%34.31%-
HSV(B)9.09º97.06%66.67%-
XYZ17.079.491.07-
YUV69.0191.88200.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 82.93%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 5 (2.34% from 255) = 2.44%
R=82.93%
G=14.63%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17030500.820.970.339.0994.2934.31
HexAA1E5052612195e22
Octal2523650122141411113642
Binary101010101111010101010010110000110000110011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1E05; }

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

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

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

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

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

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

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

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