#AA110D

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

Shades of Fire Brick #AA110D

Tints of Fire Brick #AA110D

Color information

#AA110D (or 0xAA110D) is unknown color: approx Fire Brick. HEX triplet: AA, 11 and 0D. RGB value is (170,17,13). Sum of RGB (Red+Green+Blue) = 170+17+13=200 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 170 - color contains mainly: red. Hex color #AA110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA110D is #55EEF2. Grayscale: #3E3E3E. Windows color (decimal): -5631731 or 856490. OLE color: 856490.

HSL color Cylindrical-coordinate representation of color #AA110D: hue angle of 1.53º degrees, saturation: 0.86, 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 #AA110D is Cyan = 0, Magento = 0.9, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB1701713-
CMYK00.90.920.33
HSL1.53º85.79%35.88%-
HSV(B)1.53º92.35%66.67%-
XYZ16.858.981.23-
YUV62.29100.19204.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 85%
GREEN value IS 17 (7.03% from 255) = 8.5%
BLUE value IS 13 (5.47% from 255) = 6.5%
R=85%
G=8.5%
B=6.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170171300.90.920.331.5385.7935.88
HexAA11D05A5C2125624
Octal2522115013213441212644
Binary10101010100011101010110101011100100001101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA110D; }

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

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

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

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

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

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

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

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