#AA2A14

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

Shades of Fire Brick #AA2A14

Tints of Fire Brick #AA2A14

Color information

#AA2A14 (or 0xAA2A14) is unknown color: approx Fire Brick. HEX triplet: AA, 2A and 14. RGB value is (170,42,20). Sum of RGB (Red+Green+Blue) = 170+42+20=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2A14 is #55D5EB. Grayscale: #4D4D4D. Windows color (decimal): -5625324 or 1321642. OLE color: 1321642.

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

Color convert

RGB1704220-
CMYK00.750.880.33
HSL8.8º78.95%37.25%-
HSV(B)8.8º88.24%66.67%-
XYZ17.5310.251.72-
YUV77.7695.41193.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 73.28%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 20 (8.20% from 255) = 8.62%
R=73.28%
G=18.10%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170422000.750.880.338.878.9537.25
HexAA2A1404B582194f25
Octal25252240113130411111745
Binary101010101010101010001001011101100010000110011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2A14; }

 p { color: rgb(170,42,20); }

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

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

 a { background-color: rgb(170,42,20); }

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

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

 span { border-color: rgb(170,42,20); }

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