#aa2020

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

Shades of Fire Brick #AA2020

Tints of Fire Brick #AA2020

Color information

#AA2020 (or 0xAA2020) is unknown color: approx Fire Brick. HEX triplet: AA, 20 and 20. RGB value is (170,32,32). Sum of RGB (Red+Green+Blue) = 170+32+32=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2020 is #55DFDF. Grayscale: #494949. Windows color (decimal): -5627872 or 2105514. OLE color: 2105514.

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

Color convert

RGB1703232-
CMYK00.810.810.33
HSL68.32%39.61%-
HSV(B)81.18%66.67%-
XYZ17.359.682.32-
YUV73.26104.72197-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.65%
GREEN value IS 32 (12.89% from 255) = 13.68%
BLUE value IS 32 (12.89% from 255) = 13.68%
R=72.65%
G=13.68%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170323200.810.810.33068.3239.61
HexAA2020051512104428
Octal2524040012112141010450
Binary1010101010000010000001010001101000110000101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa2020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa2020; }

 p { color: rgb(170,32,32); }

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

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

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

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

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

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

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