#AA1A17

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

Shades of Fire Brick #AA1A17

Tints of Fire Brick #AA1A17

Color information

#AA1A17 (or 0xAA1A17) is unknown color: approx Fire Brick. HEX triplet: AA, 1A and 17. RGB value is (170,26,23). Sum of RGB (Red+Green+Blue) = 170+26+23=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1A17 is #55E5E8. Grayscale: #444444. Windows color (decimal): -5629417 or 1514154. OLE color: 1514154.

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

Color convert

RGB1702623-
CMYK00.850.860.33
HSL1.22º76.17%37.84%-
HSV(B)1.22º86.47%66.67%-
XYZ17.19.351.71-
YUV68.71102.21200.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 77.63%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 23 (9.38% from 255) = 10.50%
R=77.63%
G=11.87%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170262300.850.860.331.2276.1737.84
HexAA1A17055562114c26
Octal2523227012512641111446
Binary10101010110101011101010101101011010000111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1A17; }

 p { color: rgb(170,26,23); }

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

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

 a { background-color: rgb(170,26,23); }

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

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

 span { border-color: rgb(170,26,23); }

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