#AA3118

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

Shades of Fire Brick #AA3118

Tints of Fire Brick #AA3118

Color information

#AA3118 (or 0xAA3118) is unknown color: approx Fire Brick. HEX triplet: AA, 31 and 18. RGB value is (170,49,24). Sum of RGB (Red+Green+Blue) = 170+49+24=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3118 is #55CEE7. Grayscale: #525252. Windows color (decimal): -5623528 or 1585578. OLE color: 1585578.

HSL color Cylindrical-coordinate representation of color #AA3118: hue angle of 10.27º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA3118 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB1704924-
CMYK00.710.860.33
HSL10.27º75.26%38.04%-
HSV(B)10.27º85.88%66.67%-
XYZ17.8410.812.01-
YUV82.3395.09190.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.96%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 24 (9.77% from 255) = 9.88%
R=69.96%
G=20.16%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170492400.710.860.3310.2775.2638.04
HexAA31180475621a4b26
Octal25261300107126411211346
Binary101010101100011100001000111101011010000110101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3118; }

 p { color: rgb(170,49,24); }

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

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

 a { background-color: rgb(170,49,24); }

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

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

 span { border-color: rgb(170,49,24); }

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