#AA1311

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

Shades of Fire Brick #AA1311

Tints of Fire Brick #AA1311

Color information

#AA1311 (or 0xAA1311) is unknown color: approx Fire Brick. HEX triplet: AA, 13 and 11. RGB value is (170,19,17). Sum of RGB (Red+Green+Blue) = 170+19+17=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1311 is #55ECEE. Grayscale: #404040. Windows color (decimal): -5631215 or 1119146. OLE color: 1119146.

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

Color convert

RGB1701917-
CMYK00.890.90.33
HSL0.78º81.82%36.67%-
HSV(B)0.78º90%66.67%-
XYZ16.919.051.39-
YUV63.92101.53203.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 82.52%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 17 (7.03% from 255) = 8.25%
R=82.52%
G=9.22%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170191700.890.90.330.7881.8236.67
HexAA13110595A2115225
Octal2522321013113241112245
Binary10101010100111000101011001101101010000111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1311; }

 p { color: rgb(170,19,17); }

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

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

 a { background-color: rgb(170,19,17); }

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

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

 span { border-color: rgb(170,19,17); }

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