#AA1C17

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

Shades of Fire Brick #AA1C17

Tints of Fire Brick #AA1C17

Color information

#AA1C17 (or 0xAA1C17) is unknown color: approx Fire Brick. HEX triplet: AA, 1C and 17. RGB value is (170,28,23). Sum of RGB (Red+Green+Blue) = 170+28+23=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1C17 is #55E3E8. Grayscale: #464646. Windows color (decimal): -5628905 or 1514666. OLE color: 1514666.

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

Color convert

RGB1702823-
CMYK00.840.860.33
HSL2.04º76.17%37.84%-
HSV(B)2.04º86.47%66.67%-
XYZ17.159.441.73-
YUV69.89101.54199.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 76.92%
GREEN value IS 28 (11.33% from 255) = 12.67%
BLUE value IS 23 (9.38% from 255) = 10.41%
R=76.92%
G=12.67%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170282300.840.860.332.0476.1737.84
HexAA1C17054562124c26
Octal2523427012412641211446
Binary101010101110010111010101001010110100001101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C17; }

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

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

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

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

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

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

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

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