#AA1817

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

Shades of Fire Brick #AA1817

Tints of Fire Brick #AA1817

Color information

#AA1817 (or 0xAA1817) is unknown color: approx Fire Brick. HEX triplet: AA, 18 and 17. RGB value is (170,24,23). Sum of RGB (Red+Green+Blue) = 170+24+23=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1817 is #55E7E8. Grayscale: #434343. Windows color (decimal): -5629929 or 1513642. OLE color: 1513642.

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

Color convert

RGB1702423-
CMYK00.860.860.33
HSL0.41º76.17%37.84%-
HSV(B)0.41º86.47%66.67%-
XYZ17.069.261.7-
YUV67.54102.87201.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 78.34%
GREEN value IS 24 (9.77% from 255) = 11.06%
BLUE value IS 23 (9.38% from 255) = 10.60%
R=78.34%
G=11.06%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170242300.860.860.330.4176.1737.84
HexAA1817056562104c26
Octal2523027012612641011446
Binary10101010110001011101010110101011010000101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1817; }

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

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

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

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

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

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

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

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